Cambio a h2
Añadido un estilo distinto para los titulos h2
This commit is contained in:
parent
f06badc539
commit
a40cb575f9
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user