0
Fork 0
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:
simeng-li 2023-02-24 10:14:39 +08:00 committed by GitHub
parent 560ccbc77d
commit 0688b9656a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -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);

View file

@ -4,6 +4,10 @@
@include _.full-page;
@include _.flex-column(normal, normal);
@include _.full-width;
> *:last-child {
margin-bottom: 0;
}
}
:global(body.mobile) {

View file

@ -6,6 +6,10 @@
.socialLinkButton {
margin-bottom: _.unit(4);
&:last-child {
margin-bottom: 0;
}
}
.expandIcon {