aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-02-12 16:06:44 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-02-12 16:06:44 +0100
commit37cfec907460f0bd35c57d878137d344a7118472 (patch)
tree45ecbdab832feb07d884322958b43a1bebe886b4 /templates
parent347a9d2449017c454b396ff8483e329e57079dc5 (diff)
downloadmitjafelicijan.com-37cfec907460f0bd35c57d878137d344a7118472.tar.gz
Update to style
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index aba681f..7d9ab07 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -19,7 +19,7 @@
19 code { background: #f5f5f5; } 19 code { background: #f5f5f5; }
20 table { width: 100%; } 20 table { width: 100%; }
21 figure { margin: 0; } 21 figure { margin: 0; }
22 .two-columns { display: flex; gap: 5em; } 22 .two-columns { display: flex; gap: 3em; }
23 @media only screen and (max-width: 720px) { 23 @media only screen and (max-width: 720px) {
24 body { display: block; } 24 body { display: block; }
25 main { margin: 1em 0; } 25 main { margin: 1em 0; }