accounts-frontend/packages/app/pages/profile/profile.scss

19 lines
268 B
SCSS
Raw Normal View History

.container {
padding: 55px 10px 80px; // 80px for footer
}
2016-05-22 22:55:38 +05:30
.footer {
2020-05-24 04:38:24 +05:30
width: 100%;
position: absolute;
bottom: 10px;
2021-03-26 08:49:04 +05:30
inset-inline-start: 0;
2016-05-28 01:53:53 +05:30
2020-05-24 04:38:24 +05:30
text-align: center;
2016-05-22 22:55:38 +05:30
}
@media (max-width: 720px) {
2020-05-24 04:38:24 +05:30
.container {
padding-top: 20px;
}
}