aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-07 21:32:22 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-07 21:32:22 +0200
commite4b2890d0d064fe85ec1b800271a5fd0e2ef8fda (patch)
tree7051292a1a7736082c8bf59ba0ac914b08eea515 /templates
parentc701b81ab45b494b8d44aaaa28bf6bbc01515c47 (diff)
downloadmitjafelicijan.com-e4b2890d0d064fe85ec1b800271a5fd0e2ef8fda.tar.gz
Made site less in width
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 862159f..2397716 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -35,7 +35,7 @@
35 background: white; 35 background: white;
36 line-height: 1.3; 36 line-height: 1.3;
37 font-family: sans-serif; 37 font-family: sans-serif;
38 max-width: 760px; 38 max-width: 700px;
39 margin: 0 auto; 39 margin: 0 auto;
40 display: flex; 40 display: flex;
41 flex-direction: column; 41 flex-direction: column;
@@ -58,6 +58,7 @@
58 58
59 h1 { 59 h1 {
60 font-size: xx-large; 60 font-size: xx-large;
61 line-height: 110%;
61 } 62 }
62 63
63 mark { padding: 0 0.3em; background-color: chartreuse; } 64 mark { padding: 0 0.3em; background-color: chartreuse; }
@@ -82,6 +83,7 @@
82 overflow-x: auto; 83 overflow-x: auto;
83 padding: 1em; 84 padding: 1em;
84 background: var(--code-background)!important; 85 background: var(--code-background)!important;
86 border: 1px solid black;
85 } 87 }
86 88
87 code { 89 code {