funky-framadate-front/src/app/pages/create-or-retrieve/create-or-retrieve.componen...

17 lines
307 B
SCSS

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;
}
}