Removed display flex from all h1. Ugly and nosense
parent
fe2a67a72a
commit
0c6da2689d
|
@ -43,7 +43,7 @@ h6 {
|
||||||
h1 {
|
h1 {
|
||||||
@extend %xxlarge;
|
@extend %xxlarge;
|
||||||
@extend %title;
|
@extend %title;
|
||||||
display: flex;
|
//-display: flex; // Lo borro porque poner el flex a los h1 se carga los h1 que están centrados.
|
||||||
line-height: 3.4rem;
|
line-height: 3.4rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Reference in New Issue