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:
parent
f2aa2d2d8c
commit
9d02a3d3f4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue