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

22 lines
374 B
SCSS

.container{
display:flex;
flex-direction: column;
margin:auto;
}
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;
}
}