diff options
| author | William Hergès <william@herges.fr> | 2025-10-03 21:32:51 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-03 21:32:51 +0200 |
| commit | 948cc46a63fe472608aa86d098bbf296bb0f0d98 (patch) | |
| tree | d85f173602ffa06135b420c44331b50a892081d4 /frontend/scss/main.scss | |
| parent | 5f3172fc89ef4fbba6b0678c6891c626ee5c8483 (diff) | |
feat(frontend): bigger width deco
Diffstat (limited to 'frontend/scss/main.scss')
| -rw-r--r-- | frontend/scss/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
