aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-05 12:09:37 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-05 12:09:37 +0200
commit2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (patch)
treec405cf24bce11c00d7d453bdd18995cf8cda97aa /templates/base.html
parentc181dc5c37435029a0f5f2c51d6f36da4d32afd5 (diff)
downloadmitjafelicijan.com-2f5ea5f4982d6276881c9a3342ed8847ebc7d326.tar.gz
Moved assets to posts
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index d6bb0e3..f5cb386 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,6 +21,7 @@
21 font-family: sans-serif; 21 font-family: sans-serif;
22 line-height: 1.35rem; 22 line-height: 1.35rem;
23 font-size: 16px; 23 font-size: 16px;
24 margin: 0 auto;
24 } 25 }
25 26
26 hr { 27 hr {
@@ -109,6 +110,10 @@
109 gap: 0.75rem; 110 gap: 0.75rem;
110 } 111 }
111 112
113 nav.main {
114 flex-grow: 1;
115 }
116
112 .pstatus-orange { 117 .pstatus-orange {
113 background: gold; 118 background: gold;
114 } 119 }