mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
fix(quick-start-bar): change height to sticky to bottom
This commit is contained in:
parent
3ce5c404d1
commit
474981bacc
@ -93,9 +93,8 @@
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.layout {
|
||||
height: auto;
|
||||
height: 65vh;
|
||||
}
|
||||
|
||||
.layout-left {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
@ -117,7 +116,7 @@
|
||||
max-width: 100%;
|
||||
order: 0;
|
||||
margin-top: -10%;
|
||||
margin-bottom: -72%;
|
||||
margin-bottom: -92%;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user