From 1a6eac17003f9c59250554bf76e83ed13e33a9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Fri, 22 Oct 2021 08:02:10 +0000 Subject: [PATCH] Update public from db5f5d44 --- public/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 03fc476..2a267d5 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -63,7 +63,8 @@ nav .logo { } main { - width: 750px; + width: auto; + max-width: 750px; margin: 50px auto; } @@ -116,9 +117,10 @@ blockquote p { .menu { display: flex; - justify-content: space-between; + justify-content: flex-end; align-items: center; width: 50%; + margin-left: 120px; } .menu-item a { -- GitLab