From f895097f3c2b5f866d7daa0700fe604cbc0f8fe1 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Fri, 23 Apr 2021 15:29:10 +0200 Subject: [PATCH] =?UTF-8?q?index=20centr=C3=A9=20verticalement=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- styles/media.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f897e15..9e2b3e3 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +
logo kosmopolit diff --git a/styles/media.css b/styles/media.css index 96d543c..2f694c6 100644 --- a/styles/media.css +++ b/styles/media.css @@ -101,6 +101,11 @@ .logo_links#index_links { flex-direction: column; } + body#body_index { + display: flex; + flex-direction: column; + min-height: 100vh; + } main#index { height: auto; } @@ -108,7 +113,7 @@ margin: 10px auto; } .logo_links#index_links { - margin-bottom: 30px; + margin-bottom: 20px; } }