diff options
| -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 | ||
