mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
19 lines
212 B
SCSS
19 lines
212 B
SCSS
.container {
|
|
padding: 55px 0 65px;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 720px) {
|
|
.container {
|
|
padding-top: 20px;
|
|
}
|
|
}
|