aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 07:03:56 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 07:03:56 +0200
commit59e214bfe2f805baf4ff14eae328d2927b4619e7 (patch)
tree8982ca99486b34aa5d4ec20fae397b5ca4bb68e6 /themes
parent3450458c95369f7f4eee4f437317edbfebfb7e11 (diff)
downloadmitjafelicijan.com-59e214bfe2f805baf4ff14eae328d2927b4619e7.tar.gz
Resized page width to 700px
Diffstat (limited to 'themes')
-rw-r--r--themes/simple/layouts/partials/tailwind.html2
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