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; } }