From 06ff083cdef0f0f115c62b2f5e1f083c2af27807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Thu, 2 Jul 2020 23:53:23 +0200 Subject: [PATCH] fixed media queries for font fize --- pages/about.html | 2 +- styles/pages-style.css | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/pages/about.html b/pages/about.html index 84bdb11..34fa4e8 100644 --- a/pages/about.html +++ b/pages/about.html @@ -33,7 +33,7 @@

Coding & Development

- My journey with computers began when I was a little boy, the day my parents gave me a very, very old computer from about ‘95. + My journey with computers began when I was a little boy, the day my parents gave me a very, very old computer from around ‘95.
It had about 512MB of RAM, a huge 640x480 CRT monitor, and a small collection of classic games.

diff --git a/styles/pages-style.css b/styles/pages-style.css index 8ea5c56..a892aa8 100644 --- a/styles/pages-style.css +++ b/styles/pages-style.css @@ -115,7 +115,7 @@ h4 { font-family: 'Montserrat', sans-serif; font-weight: 200; background-color: #151515; - font-size: 20px; + font-size: 25px; color: white; width: 100%; text-align: center; @@ -194,6 +194,10 @@ li { font-size: 18px; padding-top: 25px; } + h3 { + font-size: 16px; + padding-top: 25px; + } h4 { font-size: 10px; @@ -218,6 +222,10 @@ li { font-size: 21px; padding-top: 28px; } + h3 { + font-size: 19px; + padding-top: 28px; + } h4 { font-size: 13px; @@ -242,6 +250,10 @@ li { font-size: 25px; padding-top: 31px; } + h3 { + font-size: 22px; + padding-top: 31px; + } h4 { font-size: 15px; @@ -264,6 +276,9 @@ li { h2 { font-size: 30px; } + h3 { + font-size: 25px; + } h4 { font-size: 18px; @@ -286,6 +301,9 @@ li { h2 { font-size: 35px; } + h3 { + font-size: 30px; + } h4 { font-size: 20px;