1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing setting page bottom margin (#4353)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-16 15:45:50 +03:00 committed by GitHub
parent 2d5b39e0e6
commit 125f49fc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,13 +136,9 @@
width: 100%;
max-width: 740px;
min-width: 460px;
padding: 60px 40px 80px;
> section {
&:last-of-type {
margin-bottom: 80px;
}
}
padding: 60px 40px 0;
height: max-content;
margin-bottom: 60px;
}
> .toolsRegion {