You've already forked authentication-service
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user