Fix h1 fontsize.

This commit is contained in:
Miguel Medeiros 2021-08-04 07:26:32 -03:00
parent a9009d4de2
commit dc9d5d0be3

View File

@ -16,15 +16,13 @@
} }
} }
h1{ h1{
font-size: 1.75rem;
margin-top: 2px; margin-top: 2px;
margin-bottom: 0; margin-bottom: 0;
float: left; float: left;
@media (min-width: 375px){ margin-top: 2px;
margin-top: 0px; @media (min-width: 768px){
font-size: 2rem; margin-top: -8px;
} }
} }