Nuova modifica alle dimensioni del tag h3 e correzione errore codice
This commit is contained in:
parent
3e710e0980
commit
50eb6dba16
|
@ -407,7 +407,7 @@
|
|||
}
|
||||
|
||||
.ajax-posts__filter:hover,
|
||||
.ajax-posts__filter.is-active, {
|
||||
.ajax-posts__filter.is-active {
|
||||
color: #27ae60;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -417,7 +417,7 @@
|
|||
}
|
||||
|
||||
.ajax-posts__post h3 {
|
||||
font-size: 3rem;
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue