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{
font-size: 1.75rem;
margin-top: 2px;
margin-bottom: 0;
float: left;
@media (min-width: 375px){
margin-top: 0px;
font-size: 2rem;
margin-top: 2px;
@media (min-width: 768px){
margin-top: -8px;
}
}