0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

style(ui): fix secondary page spacing (#3406)

This commit is contained in:
simeng-li 2023-03-14 22:20:51 +08:00 committed by GitHub
parent cc7f3fcdab
commit 14eb677a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -54,7 +54,7 @@
width: 640px;
min-height: 640px;
position: relative;
padding: _.unit(12) _.unit(6);
padding: _.unit(6);
border-radius: 16px;
background: var(--color-bg-float);
box-shadow: var(--color-shadow-2);

View file

@ -18,6 +18,10 @@
}
:global(body.desktop) {
.wrapper {
padding: _.unit(6) 0;
}
.header {
margin-bottom: _.unit(6);
}