remove flexbox
This commit is contained in:
parent
f70f4938ab
commit
70e340b17a
13
history.html
13
history.html
|
@ -93,10 +93,6 @@
|
|||
color: #D43E2A !important;
|
||||
}
|
||||
|
||||
#map {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
z-index: 5;
|
||||
width: 50em;
|
||||
|
@ -138,11 +134,6 @@
|
|||
color: #1566A9;
|
||||
}
|
||||
|
||||
#container {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 80em) {
|
||||
#sidebar {
|
||||
font-size: 0.8em;
|
||||
|
@ -150,10 +141,6 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 60em) {
|
||||
#container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#sidebardata {
|
||||
overflow: visible;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue