mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
possible fix for wrong wrapping of rows following each other on super wide screens
This commit is contained in:
parent
0fbd0e4607
commit
2e51285423
@ -15,6 +15,11 @@
|
||||
min-height: 420px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
// HEADS UP!
|
||||
// this fixes wrng wrapping of rows following each other
|
||||
// BUT only in Chrome & Firefox, it destroys complete layout in Safari
|
||||
//flex-flow: column;
|
||||
|
||||
.row {
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user