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/print/_header.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'assets/scss/print/_header.scss') diff --git a/assets/scss/print/_header.scss b/assets/scss/print/_header.scss index a788ab8..ac63fdb 100644 --- a/assets/scss/print/_header.scss +++ b/assets/scss/print/_header.scss @@ -1,10 +1,7 @@ .header__name { - margin-bottom: 0.1em; - margin-top: 1em; -} - -.header__language { - display: none; + margin-bottom: 0.1rem; + margin-top: 1rem; + font-size: 24pt; } .header__tel, @@ -15,6 +12,7 @@ .header__stackoverflow, .header__linkedin { display: inline; + font-size: 8pt; } .header__pgp { -- cgit v1.2.3