mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(ui): adjust LandingPage spacing (#3195)
This commit is contained in:
parent
560ccbc77d
commit
0688b9656a
3 changed files with 9 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
width: 640px;
|
||||
min-height: 640px;
|
||||
position: relative;
|
||||
padding: _.unit(9) _.unit(6) _.unit(15);
|
||||
padding: _.unit(12) _.unit(6);
|
||||
border-radius: 16px;
|
||||
background: var(--color-bg-float);
|
||||
box-shadow: var(--color-shadow-2);
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
@include _.full-page;
|
||||
@include _.flex-column(normal, normal);
|
||||
@include _.full-width;
|
||||
|
||||
> *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
:global(body.mobile) {
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
.socialLinkButton {
|
||||
margin-bottom: _.unit(4);
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.expandIcon {
|
||||
|
|
Loading…
Reference in a new issue