From 2796d517af7427767865a1b334ed0cd3116911b2 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 19 Oct 2022 21:02:07 +0400 Subject: [PATCH] Rearranged blocks in index.css. --- homepage/static/assets/css/index.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/homepage/static/assets/css/index.css b/homepage/static/assets/css/index.css index 48db1d5..6db3dbc 100644 --- a/homepage/static/assets/css/index.css +++ b/homepage/static/assets/css/index.css @@ -4,10 +4,13 @@ header { position: relative; } #logo { width: 100%; } +nav, +#services { + text-align: center; + width: 100%; } + nav a:last-child { margin-left: .6rem; } -nav, -#services { text-align: center; width: 100%; } #services :is(a, span) { margin: .3rem; }