mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-03 12:10:45 +05:30
19 lines
300 B
SCSS
19 lines
300 B
SCSS
.container {
|
|
padding: 55px 0 65px;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
inset-inline-start: 0; // TODO: does nothing. Maybe should be reimplemented?
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 720px) {
|
|
.container {
|
|
padding-top: 20px;
|
|
}
|
|
}
|