diff --git a/history.html b/history.html
index 8dfe67a..19ac6ba 100644
--- a/history.html
+++ b/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;