mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +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) {
|
||||
.layout {
|
||||
height: 65vh;
|
||||
height: auto;
|
||||
}
|
||||
.layout-left {
|
||||
flex: 0 0 100%;
|
||||
@ -116,7 +116,7 @@
|
||||
max-width: 100%;
|
||||
order: 0;
|
||||
margin-top: -10%;
|
||||
margin-bottom: -92%;
|
||||
margin-bottom: -70%;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user