fixed media queries for font fize
This commit is contained in:
parent
163693c0c4
commit
06ff083cde
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<h3>Coding & Development</h3>
|
<h3>Coding & Development</h3>
|
||||||
<p>
|
<p>
|
||||||
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.
|
||||||
<br>
|
<br>
|
||||||
It had about 512MB of RAM, a huge 640x480 CRT monitor, and a small collection of classic games.
|
It had about 512MB of RAM, a huge 640x480 CRT monitor, and a small collection of classic games.
|
||||||
</p>
|
</p>
|
||||||
|
@ -115,7 +115,7 @@ h4 {
|
|||||||
font-family: 'Montserrat', sans-serif;
|
font-family: 'Montserrat', sans-serif;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
background-color: #151515;
|
background-color: #151515;
|
||||||
font-size: 20px;
|
font-size: 25px;
|
||||||
color: white;
|
color: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -194,6 +194,10 @@ li {
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
}
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 16px;
|
||||||
|
padding-top: 25px;
|
||||||
|
}
|
||||||
h4
|
h4
|
||||||
{
|
{
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@ -218,6 +222,10 @@ li {
|
|||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
padding-top: 28px;
|
padding-top: 28px;
|
||||||
}
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 19px;
|
||||||
|
padding-top: 28px;
|
||||||
|
}
|
||||||
h4
|
h4
|
||||||
{
|
{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@ -242,6 +250,10 @@ li {
|
|||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
padding-top: 31px;
|
padding-top: 31px;
|
||||||
}
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 22px;
|
||||||
|
padding-top: 31px;
|
||||||
|
}
|
||||||
h4
|
h4
|
||||||
{
|
{
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@ -264,6 +276,9 @@ li {
|
|||||||
h2 {
|
h2 {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
h4
|
h4
|
||||||
{
|
{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@ -286,6 +301,9 @@ li {
|
|||||||
h2 {
|
h2 {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
}
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
h4
|
h4
|
||||||
{
|
{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
Reference in New Issue
Block a user