MainPage.scss
420 Bytes
.main-wrapper{
display:flex;
flex-direction: column;
align-items: center;
// max-width: 50rem;
}
.main-image{
margin-top: 2rem;
width: 70rem;
height: 35rem;
border-radius: 1rem;
}
.main-title{
margin-top: 5rem;
text-align: center;
font-size: 5rem;
font-weight: bold;
&__desc{
margin-top: 2rem;
margin-bottom: 2rem;
font-size: 1.5rem;
}
}