From 812a0ebfe6e4ac9a23ba0de9de6689e7e34c229e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 11 Mar 2021 18:34:17 +0400 Subject: [PATCH] Moved a curly brace. :) --- static/dwelling/assets/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/dwelling/assets/css/index.css b/static/dwelling/assets/css/index.css index 0820a36..c0701e7 100644 --- a/static/dwelling/assets/css/index.css +++ b/static/dwelling/assets/css/index.css @@ -14,8 +14,8 @@ nav, #services a, #services span { margin: .3rem; } + #services span a { margin: 0; } @media screen and (max-width: 640px) { - #services { display: flex; flex-direction: column; } -} \ No newline at end of file + #services { display: flex; flex-direction: column; } } \ No newline at end of file