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

Fixing setting page bottom margin

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-16 15:09:30 +03:00
parent 385de469ad
commit fb211e129b

View File

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