From 5e1929bea7e9ec434151209e8142979b8da69e26 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 11 Aug 2023 18:08:05 +0300 Subject: Rework styling of the web/print --- assets/scss/web/_header.scss | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'assets/scss/web/_header.scss') diff --git a/assets/scss/web/_header.scss b/assets/scss/web/_header.scss index ae412d5..196afa0 100644 --- a/assets/scss/web/_header.scss +++ b/assets/scss/web/_header.scss @@ -3,17 +3,11 @@ font-style: normal; } -.header__language { - float: right; - margin-top: 1em; - margin-bottom: -0.3em; -} - .header__name { font-size: 3.3rem; - margin-bottom: -0.2em; + margin-bottom: -0.2rem; clear: right; - margin-top: 1.3em; + margin-top: 3.3rem; @media screen and (max-width: 780px) { font-size: 2rem; } @@ -30,7 +24,7 @@ .header__location { display: block; font-style: italic; - margin-bottom: 1em; + margin-bottom: 1rem; } .header__tel, -- cgit v1.2.3