aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-07 10:37:17 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-07 10:37:17 +0200
commitab90ad39dc31a729b5258720fedc6815cae19322 (patch)
tree5600631a43d4e8a2d016ab431295883ba06dd00c /templates/base.html
parent6a78bd208a1b8ff8b74fcb82620b2547470e6a72 (diff)
downloadmitjafelicijan.com-ab90ad39dc31a729b5258720fedc6815cae19322.tar.gz
Added bigger padding on mobile devices
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 6e0e50e..c4dfa3b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -139,7 +139,7 @@
139 139
140 @media only screen and (max-width: 600px) { 140 @media only screen and (max-width: 600px) {
141 body { 141 body {
142 padding: 5px; 142 padding: 15px;
143 } 143 }
144 144
145 header { 145 header {