scss: remove redundancies in title alignement
This commit is contained in:
parent
a7453ef201
commit
28334e2696
1 changed files with 1 additions and 7 deletions
|
@ -115,7 +115,7 @@ a {
|
|||
/* ------------------ TITLES ------------------- */
|
||||
|
||||
h1, h2, h3, h4, h5, h6, h7 {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
font-size: 1em;
|
||||
line-height: 1.5em;
|
||||
padding:0;
|
||||
|
@ -124,7 +124,6 @@ h1, h2, h3, h4, h5, h6, h7 {
|
|||
}
|
||||
|
||||
h1 {
|
||||
text-align: left;
|
||||
font-size: 2em;
|
||||
line-height: 1.5em;
|
||||
padding:0;
|
||||
|
@ -133,7 +132,6 @@ h1 {
|
|||
}
|
||||
|
||||
h2 {
|
||||
text-align: left;
|
||||
font-size: 1.8em;
|
||||
line-height: 1.5em;
|
||||
padding:0;
|
||||
|
@ -141,7 +139,6 @@ h2 {
|
|||
}
|
||||
|
||||
h3 {
|
||||
text-align: left;
|
||||
font-size: 1.6em;
|
||||
line-height: 1.5em;
|
||||
padding:0;
|
||||
|
@ -149,7 +146,6 @@ h3 {
|
|||
}
|
||||
|
||||
h4 {
|
||||
text-align: left;
|
||||
font-size: 1.4em;
|
||||
line-height: 1.5em;
|
||||
padding:0;
|
||||
|
@ -157,7 +153,6 @@ h4 {
|
|||
}
|
||||
|
||||
h5 {
|
||||
text-align: left;
|
||||
font-size: 1.4em;
|
||||
line-height: 1.5em;
|
||||
padding:0;
|
||||
|
@ -165,7 +160,6 @@ h5 {
|
|||
}
|
||||
|
||||
h6 {
|
||||
text-align: left;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.5em;
|
||||
padding:0em;
|
||||
|
|
Loading…
Reference in a new issue