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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

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