mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
fix(page-wrapper): height and bottom margin
This commit is contained in:
parent
5f1d749c51
commit
49cff8960a
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.layout {
|
.layout {
|
||||||
height: 65vh;
|
height: auto;
|
||||||
}
|
}
|
||||||
.layout-left {
|
.layout-left {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
@ -116,7 +116,7 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
order: 0;
|
order: 0;
|
||||||
margin-top: -10%;
|
margin-top: -10%;
|
||||||
margin-bottom: -92%;
|
margin-bottom: -70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user