mirror of
https://github.com/evgen-app/lending-next.git
synced 2024-11-26 08:23:44 +03:00
20 lines
364 B
CSS
20 lines
364 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;
|
||
|
|
||
|
}
|