0
Way to prevent nested headings resizing?
I noticed when my H1 tags were nested inside a symantic container, their size was reduced from 2em to 1.5em. Is their a way to prevent this? If not, what would be the most efficient way to style this? Thanks! -E
2 Respuestas
+ 4
h1 {
color: initial;
}
+ 1
You can use !important when define size.