summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-01-08 21:07:57 +0100
committerRaindropsSys <raindrops@equestria.dev>2024-01-08 21:07:57 +0100
commitc100dc6ab3b3ba4e9c08468464e4711db1cd7305 (patch)
treef1f3241541f425b143acddba56dd5d2bb474a31e
parent8a7fc8bca3f7489410480f005977d19f76880052 (diff)
downloadviolette-c100dc6ab3b3ba4e9c08468464e4711db1cd7305.tar.gz
violette-c100dc6ab3b3ba4e9c08468464e4711db1cd7305.tar.bz2
violette-c100dc6ab3b3ba4e9c08468464e4711db1cd7305.zip
Updated index.php (automated)
-rw-r--r--index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.php b/index.php
index ca45e08..96e1e97 100644
--- a/index.php
+++ b/index.php
@@ -113,6 +113,12 @@ $coldhaze["ponies"] = array_filter($coldhaze["ponies"], function ($i) {
#debug:hover {
opacity: 1;
}
+
+ @media (max-height: 700px) {
+ #box {
+ max-height: 60vh !important;
+ }
+ }
</style>
</head>
<body style="background-image: url('/assets/bg.webp'); background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: center; height: 100%; background-color: #1a242c; overflow: hidden; margin: 0 20px;">