summaryrefslogtreecommitdiffstats
path: root/assets/css/empty.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/empty.css')
-rw-r--r--assets/css/empty.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/css/empty.css b/assets/css/empty.css
new file mode 100644
index 00000000..6ad1515d
--- /dev/null
+++ b/assets/css/empty.css
@@ -0,0 +1,16 @@
+#search-widget {
+ text-align: center;
+ margin: 20vh 0 50px 0;
+}
+
+#logo > h1 {
+ font-size: 3.5em;
+ margin: 0;
+ padding: 0;
+}
+
+@media screen and (max-width: 1500px) and (max-height: 1000px) {
+ #logo > h1 {
+ font-size: 10vmin;
+ }
+}