mirror of
https://github.com/evgen-app/lending-next.git
synced 2024-11-22 06:46:33 +03:00
30 lines
481 B
CSS
30 lines
481 B
CSS
.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;
|
|
|
|
}
|
|
|
|
@media (max-width: 500px){
|
|
.main{
|
|
padding-top: 70%;
|
|
}
|
|
.inRow{
|
|
padding-top:75%;
|
|
}
|
|
} |