diff options
| -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 aba681f..7d9ab07 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -19,7 +19,7 @@ | |||
| 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: 5em; } | 22 | .two-columns { display: flex; gap: 3em; } |
| 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; } |
