diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-02-27 20:46:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-02-27 20:46:33 +0200 |
| commit | 4f7b0bffe44fd66edc31927fb889cb1086f9ff88 (patch) | |
| tree | 7ff852fafba4271de48e4e50e8ed8e0e00bb2f7a /assets/scss/web/_education.scss | |
| parent | f495cce74dcbb31d06610a687d64adcc3455cd58 (diff) | |
Update website font size to be more readable
Diffstat (limited to 'assets/scss/web/_education.scss')
| -rw-r--r-- | assets/scss/web/_education.scss | 7 |
1 files changed, 1 insertions, 6 deletions
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 { |
