lending-next/components/main/Main.module.css

20 lines
364 B
CSS
Raw Normal View History

2022-03-27 13:32:40 +03:00
.inRow{
padding-top: 13%;
text-decoration: none;
cursor: pointer;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.main{
padding-top: 20%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
scroll-snap-align: start;
}