diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-22 19:41:47 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-22 19:41:47 +0100 |
| commit | becc16e997697fdd00a000e556df9ffb2a6fc068 (patch) | |
| tree | 69c571763a94d53bf472d3ac8117d0b5fddbdf45 /templates/base.html | |
| parent | 8eaf5920bea9d3920ba1de20a1bb82bb7cc88347 (diff) | |
| download | mitjafelicijan.com-becc16e997697fdd00a000e556df9ffb2a6fc068.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 7d9ab07..aff281e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -19,11 +19,11 @@ | |||
| 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 | .two-columns { display: flex; gap: 3em; } | 22 | .flow { max-width: 1100px; column-count: 2; column-gap: 20px; } |
| 23 | @media only screen and (max-width: 720px) { | 23 | @media only screen and (max-width: 720px) { |
| 24 | body { display: block; } | 24 | body { display: block; } |
| 25 | main { margin: 1em 0; } | 25 | main { margin: 1em 0; } |
| 26 | .two-columns { display: block; } | 26 | .flow { column-count: 1; } |
| 27 | .hide-on-mobile { display: none; } | 27 | .hide-on-mobile { display: none; } |
| 28 | } | 28 | } |
| 29 | /* Fixes embeds going to center. */ | 29 | /* Fixes embeds going to center. */ |
