CSS fix --broke the HR styling

This commit is contained in:
Thomas Smith 2022-09-19 17:41:24 -04:00
parent c37b85965d
commit 6921e4b9ab

View file

@ -274,9 +274,9 @@ li{
@media only screen and (max-width: 576px) and (max-width: 768px){ @media only screen and (max-width: 576px) and (max-width: 768px){
h1{ h1{
font-size: 20vw; font-size: 20vw !important;
line-height: 10vw; line-height: 10vw;
margin-top: -20px; margin-top: 1vw;
margin-left: -15px; margin-left: -15px;
} }
@ -346,7 +346,6 @@ li{
} }
} }
*/
/* Spacers & Dividers */ /* Spacers & Dividers */