diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 07:03:56 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 07:03:56 +0200 |
| commit | 59e214bfe2f805baf4ff14eae328d2927b4619e7 (patch) | |
| tree | 8982ca99486b34aa5d4ec20fae397b5ca4bb68e6 /themes/simple | |
| parent | 3450458c95369f7f4eee4f437317edbfebfb7e11 (diff) | |
| download | mitjafelicijan.com-59e214bfe2f805baf4ff14eae328d2927b4619e7.tar.gz | |
Resized page width to 700px
Diffstat (limited to 'themes/simple')
| -rw-r--r-- | themes/simple/layouts/partials/tailwind.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html index 1c63b0b..2492d72 100644 --- a/themes/simple/layouts/partials/tailwind.html +++ b/themes/simple/layouts/partials/tailwind.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | /* Container */ | 4 | /* Container */ |
| 5 | .container-blog { | 5 | .container-blog { |
| 6 | max-width: 640px; | 6 | max-width: 700px; |
| 7 | margin: 0 auto; | 7 | margin: 0 auto; |
| 8 | } | 8 | } |
| 9 | 9 | ||
