diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-26 17:06:44 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-26 17:06:44 +0100 |
| commit | bd95624c90275a3ec85ea5a134585187354ab17c (patch) | |
| tree | 8d137d7089293a262cb1ebf01680038d091ba5be /templates/base.html | |
| parent | f10da1accbf13f733a3316e0b01fbd439da6a8ef (diff) | |
| download | mitjafelicijan.com-bd95624c90275a3ec85ea5a134585187354ab17c.tar.gz | |
Better style
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index f4f7e84..125eda8 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; } | 23 | .flow-two-column > ul { max-width: 1100px; column-count: 2; column-gap: 3em; } |
| 24 | .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 3em; } | 24 | .flow-three-column > ul { max-width: 1100px; column-count: 3; column-gap: 3em; } |
| 25 | .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; } | 25 | .tags { display: inline-flex; gap: 0.2em; padding-right: 0.2em; font-family: monospace; } |
| 26 | .tags mark { padding: 0 0.2em; font-size: small; } | 26 | .tags mark { padding: 0 0.2em; } |
| 27 | @media only screen and (max-width: 860px) { | 27 | @media only screen and (max-width: 860px) { |
| 28 | body { display: block; } | 28 | body { display: block; } |
| 29 | main { margin: 1em 0; } | 29 | main { margin: 1em 0; } |
