aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html
index d8a1d9b..104c145 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,13 +16,12 @@
16 16
17 <style> 17 <style>
18 body { 18 body {
19 padding: 1rem; 19 padding: 2.5rem;
20 max-width: 760px; 20 max-width: 1900px;
21 background: white; 21 background: white;
22 font-family: sans-serif; 22 font-family: sans-serif;
23 line-height: 1.35rem; 23 line-height: 1.35rem;
24 font-size: 16px; 24 font-size: 16px;
25 margin: 0 auto;
26 } 25 }
27 26
28 hr { 27 hr {
@@ -47,7 +46,6 @@
47 46
48 table { 47 table {
49 max-width: 100%; 48 max-width: 100%;
50 width: 100%;
51 border-collapse: separate; 49 border-collapse: separate;
52 border-spacing: 2px; 50 border-spacing: 2px;
53 border: 1px solid black; 51 border: 1px solid black;
@@ -120,7 +118,7 @@
120 header { 118 header {
121 display: flex; 119 display: flex;
122 flex-direction: row; 120 flex-direction: row;
123 gap: 3rem; 121 gap: 6rem;
124 } 122 }
125 123
126 nav { 124 nav {
@@ -129,7 +127,7 @@
129 } 127 }
130 128
131 nav.main { 129 nav.main {
132 flex-grow: 1; 130 /* flex-grow: 1; */
133 } 131 }
134 132
135 .pstatus-orange { 133 .pstatus-orange {