summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/css/empty.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/assets/css/empty.css b/assets/css/empty.css
index e3b02965..e97b197c 100644
--- a/assets/css/empty.css
+++ b/assets/css/empty.css
@@ -1,10 +1,16 @@
#search-widget {
text-align: center;
- margin: 50px auto;
+ margin: 100px auto 50px auto;
}
#logo > h1 {
font-size: 3.5em;
- padding-bottom: 0;
- margin-bottom: 0;
+ margin: 0;
+ padding: 0;
+}
+
+@media screen and (max-width: 1500px) and (max-height: 1000px) {
+ #logo > h1 {
+ font-size 10vmin;
+ }
}