From 595202627e476b414d1e005ee7e1ea5b78176b34 Mon Sep 17 00:00:00 2001 From: pacome Date: Mon, 24 May 2021 00:19:22 +0200 Subject: [PATCH] updated body and image size --- site/style/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/style/style.less b/site/style/style.less index 1bf496f..25af488 100644 --- a/site/style/style.less +++ b/site/style/style.less @@ -24,7 +24,7 @@ body { margin: auto; padding: @margin * 2; padding-top: 0px; - max-width: 1280px; + max-width: 1440px; } @@ -93,7 +93,7 @@ p.pitch { width: @mainW; img { - width: 90%; + width: 100%; } } }