remove flexbox

This commit is contained in:
Nils Schneider 2015-03-21 20:22:39 +01:00
parent f70f4938ab
commit 70e340b17a
1 changed files with 0 additions and 13 deletions

View File

@ -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;