aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-10-23 02:40:17 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-10-23 02:40:17 +0200
commitd50ea4053ea04abb3a455606d4591a8283af0677 (patch)
treef90a218d149abaadc8b2a44cefc00266e5c1838f /templates/base.html
parent93eda3eaadcc87cf474705e909e81e95042481f1 (diff)
downloadmitjafelicijan.com-d50ea4053ea04abb3a455606d4591a8283af0677.tar.gz
Cleanup
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 9f5f882..072b5b8 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,7 @@
16 <style> 16 <style>
17 body { 17 body {
18 padding: 1rem; 18 padding: 1rem;
19 max-width: 700px; 19 max-width: 760px;
20 background: white; 20 background: white;
21 font-family: sans-serif; 21 font-family: sans-serif;
22 line-height: 1.35rem; 22 line-height: 1.35rem;
@@ -46,6 +46,7 @@
46 46
47 table { 47 table {
48 max-width: 100%; 48 max-width: 100%;
49 width: 100%;
49 border-collapse: separate; 50 border-collapse: separate;
50 border-spacing: 2px; 51 border-spacing: 2px;
51 border: 1px solid black; 52 border: 1px solid black;
@@ -81,18 +82,17 @@
81 text-wrap: nowrap; 82 text-wrap: nowrap;
82 overflow-x: auto; 83 overflow-x: auto;
83 padding: 0 1em; 84 padding: 0 1em;
84 background: floralwhite; 85 border: 1px solid gainsboro;
85 } 86 }
86 87
87 code { 88 code {
88 background: floralwhite;
89 padding: 0 3px; 89 padding: 0 3px;
90 font-size: 14px; 90 font-size: 14px;
91 border: 0;
91 } 92 }
92 93
93 pre code { 94 pre code {
94 line-height: 1.3em; 95 line-height: 1.3em;
95 background: initial;
96 } 96 }
97 97
98 pre, code, pre *, code * { 98 pre, code, pre *, code * {