diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 12:09:37 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-05 12:09:37 +0200 |
| commit | 2f5ea5f4982d6276881c9a3342ed8847ebc7d326 (patch) | |
| tree | c405cf24bce11c00d7d453bdd18995cf8cda97aa /templates/base.html | |
| parent | c181dc5c37435029a0f5f2c51d6f36da4d32afd5 (diff) | |
| download | mitjafelicijan.com-2f5ea5f4982d6276881c9a3342ed8847ebc7d326.tar.gz | |
Moved assets to posts
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 5 |
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 | } |
