accounts-frontend/packages/app/pages/dev/dev.scss
2021-03-26 04:19:04 +01:00

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;
}
}