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:
parent
2d5b39e0e6
commit
125f49fc8e
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user