From 137c8e5b540be22a2fcab58ed53ef71b6afbffa1 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Mon, 30 May 2022 19:55:02 +0300 Subject: [PATCH] flex replaced with float in header --- src/styles/style.scm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/styles/style.scm b/src/styles/style.scm index 0c6cc3e..2f5e99a 100644 --- a/src/styles/style.scm +++ b/src/styles/style.scm @@ -57,21 +57,18 @@ (.header (background-color "#262d3e") - ((// .container) - (display flex) - (justify-content space-between)) - ((// .header__logo) - (display inline) + (display inline-block) (font-size 24px) (padding 8px 0) (margin 0)) ((// .header__nav) - (display inline) + (display inline-block) + (float right) (list-style none) (fonst-size 16px) - (padding 14px 0) + (padding 12px 0) (margin 0))) (.content