From 948cc46a63fe472608aa86d098bbf296bb0f0d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 21:32:51 +0200 Subject: feat(frontend): bigger width deco --- frontend/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/scss/main.scss') diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss index 621c792..9ea2548 100644 --- a/frontend/scss/main.scss +++ b/frontend/scss/main.scss @@ -15,7 +15,7 @@ --line-height-smaller: 1.4em; /* titles, nav links */ --width-content: 750px; /* main, article */ - --width-deco: 900px; /* header, footer, large image */ + --width-deco: 1000px; /* header, footer, large image */ --height-header: 8rem; /* header, footer, introduction */ --margin-base: 1.5rem; -- cgit v1.2.3