about summary refs log tree commit diff
path: root/wpisy/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wpisy/style.css')
-rw-r--r--wpisy/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/wpisy/style.css b/wpisy/style.css
index 3455f57..91a590a 100644
--- a/wpisy/style.css
+++ b/wpisy/style.css
@@ -6,6 +6,10 @@
 
 }
 
+* {
+  box-sizing: border-box;
+}
+
 html, body {
   margin: 0;
   padding: 0;
@@ -38,7 +42,7 @@ main {
 
 header {
   box-shadow: 0 0 20px rgb(0 0 0 / 10%);
-  padding: 2ex 0;
+  padding: 2ex 1ex;
 }
 
 header > div {