Cambio a h2

Añadido un estilo distinto para los titulos h2
This commit is contained in:
Markines16
2021-03-11 10:05:20 +01:00
committed by GitHub
parent f06badc539
commit a40cb575f9

View File

@@ -4,7 +4,7 @@
} }
/* Headers */ /* Headers */
h1, h2, h3, h4 { h1, h3, h4 {
color: #363636; color: #363636;
text-transform: uppercase; text-transform: uppercase;
margin: 0; margin: 0;
@@ -15,6 +15,16 @@ h1, h2, h3, h4 {
text-align: center; text-align: center;
} }
h2 {
color: #363636;
margin: 0;
padding: 0;
border: 0;
font-size: 90%;
vertical-align: baseline;
text-align: center;
}
/* Header */ /* Header */
.header { .header {
background-color: #1f2c3d; background-color: #1f2c3d;
@@ -292,4 +302,4 @@ textarea {
width: 100%; width: 100%;
height: 80px; height: 80px;
text-align: right; text-align: right;
} }