0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

refactor(console): add padding-bottom to resources layout (#2473)

This commit is contained in:
Xiao Yijun 2022-11-21 10:26:50 +08:00 committed by GitHub
parent f2aa2d2d8c
commit 9d02a3d3f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
.container { .container {
width: 100%; width: 100%;
@include _.flex-column; @include _.flex-column;
padding-bottom: _.unit(6);
.headline { .headline {
display: flex; display: flex;