From 4f7b0bffe44fd66edc31927fb889cb1086f9ff88 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 27 Feb 2024 20:46:33 +0200 Subject: Update website font size to be more readable --- assets/scss/web/_education.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'assets/scss/web/_education.scss') diff --git a/assets/scss/web/_education.scss b/assets/scss/web/_education.scss index 39e769a..fb84547 100644 --- a/assets/scss/web/_education.scss +++ b/assets/scss/web/_education.scss @@ -15,7 +15,7 @@ .education__degree { min-width: 100%; align-self: center; - font-size: 1.1rem; + font-size: 1.2rem; margin-bottom: 0; } @@ -25,11 +25,6 @@ .education__location { min-width: 50%; margin: 0; - @media (max-width: 812px) { - @media (orientation: landscape) { - font-size: 0.9rem; - } - } } .education__university { -- cgit v1.2.3