diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-22 19:46:36 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-22 19:46:36 +0100 |
| commit | cd8e0d19f542c7463707f5bcce329d8d55350314 (patch) | |
| tree | d3f2053f344648210b147685944711dece21b90c /templates/base.html | |
| parent | 47c21d7b4aa805979f20d684fb62b39998d12804 (diff) | |
| download | mitjafelicijan.com-cd8e0d19f542c7463707f5bcce329d8d55350314.tar.gz | |
Changed listing on index
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index aff281e..3fbaf8e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -19,8 +19,8 @@ | |||
| 19 | code { background: #f5f5f5; } | 19 | code { background: #f5f5f5; } |
| 20 | table { width: 100%; } | 20 | table { width: 100%; } |
| 21 | figure { margin: 0; } | 21 | figure { margin: 0; } |
| 22 | .flow { max-width: 1100px; column-count: 2; column-gap: 20px; } | 22 | .flow { max-width: 1100px; column-count: 2; column-gap: 1em; } |
| 23 | @media only screen and (max-width: 720px) { | 23 | @media only screen and (max-width: 860px) { |
| 24 | body { display: block; } | 24 | body { display: block; } |
| 25 | main { margin: 1em 0; } | 25 | main { margin: 1em 0; } |
| 26 | .flow { column-count: 1; } | 26 | .flow { column-count: 1; } |
