aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/style/_page-index.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/style/_page-index.scss b/src/client/style/_page-index.scss
index c09f996..7ef1324 100644
--- a/src/client/style/_page-index.scss
+++ b/src/client/style/_page-index.scss
@@ -19,3 +19,20 @@
}
}
}
+
+
+@media (max-height: 510px) {
+ .page-index {
+ padding-top: 0px;
+
+ .container {
+ img {
+ display: none;
+ }
+
+ .search {
+ margin-top: 0px;
+ }
+ }
+ }
+}