1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

frontend: have better margins everywhere

This commit is contained in:
Quentin Gliech
2023-09-15 18:20:30 +02:00
parent c9155ef0cf
commit 1cdc017384
13 changed files with 16 additions and 15 deletions

View File

@@ -14,9 +14,10 @@
*/
.container {
width: 378px;
margin: var(--cpd-space-10x) auto var(--cpd-space-6x) auto;
padding-bottom: var(--cpd-space-10x)
box-sizing: border-box;
max-width: calc(378px + var(--cpd-space-6x) * 2);
margin: 0 auto;
padding: var(--cpd-space-6x);
}
.footer {