forked from tykayn/funky-framadate-front
improved heading code
This commit is contained in:
parent
458a80c6a7
commit
9189991784
@ -1,23 +1,17 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
h1 {
|
||||||
h4,
|
display: inline-block;
|
||||||
h5,
|
|
||||||
h6 {
|
&::after {
|
||||||
border-bottom: 1px solid $primary_color;
|
content: "";
|
||||||
}
|
display: block;
|
||||||
*/
|
width: 27.4%;
|
||||||
h1{
|
height: 2px;
|
||||||
display:inline-block;
|
margin-top: 5px;
|
||||||
}
|
margin-right: auto;
|
||||||
h1::after{
|
margin-left: auto;
|
||||||
content:"";
|
background-color: $primary_color;
|
||||||
background-color:$primary_color;
|
}
|
||||||
display:block;
|
|
||||||
width:27.4%;
|
|
||||||
height:2px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-top:5px;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user