remove flexbox

This commit is contained in:
Nils Schneider 2015-03-21 20:22:39 +01:00
parent f70f4938ab
commit 70e340b17a

View file

@ -93,10 +93,6 @@
color: #D43E2A !important; color: #D43E2A !important;
} }
#map {
flex-grow: 1;
}
#sidebar { #sidebar {
z-index: 5; z-index: 5;
width: 50em; width: 50em;
@ -138,11 +134,6 @@
color: #1566A9; color: #1566A9;
} }
#container {
display: flex;
flex-direction: row-reverse;
}
@media screen and (max-width: 80em) { @media screen and (max-width: 80em) {
#sidebar { #sidebar {
font-size: 0.8em; font-size: 0.8em;
@ -150,10 +141,6 @@
} }
@media screen and (max-width: 60em) { @media screen and (max-width: 60em) {
#container {
flex-direction: column;
}
#sidebardata { #sidebardata {
overflow: visible; overflow: visible;
height: auto; height: auto;