mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix(headings): moved h1 with border to component
This commit is contained in:
parent
912a9340f3
commit
1753515797
@ -0,0 +1,17 @@
|
||||
h1 {
|
||||
display: inline-block;
|
||||
margin-bottom: 3rem;
|
||||
font-size: 2.6rem;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 27.4%;
|
||||
height: 2px;
|
||||
margin-top: 5px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
// background-color: $primary_color;
|
||||
}
|
||||
}
|
||||
|
@ -1,18 +1,11 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
font-family: $title_font;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: inline-block;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 27.4%;
|
||||
height: 2px;
|
||||
margin-top: 5px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
background-color: $primary_color;
|
||||
}
|
||||
}
|
||||
font-size: 2rem;
|
||||
font-weight: 600;
|
||||
}
|
Loading…
Reference in New Issue
Block a user