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:
parent
cc7f3fcdab
commit
14eb677a61
2 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
}
|
||||
|
||||
:global(body.desktop) {
|
||||
.wrapper {
|
||||
padding: _.unit(6) 0;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-bottom: _.unit(6);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue