diff --git a/templates/blog/list.html b/templates/blog/list.html
index 4042950..bc3280d 100644
--- a/templates/blog/list.html
+++ b/templates/blog/list.html
@@ -8,12 +8,6 @@
clear: both;
}
}
- /* TODO: remove this */
- @media (min-width: 800px) {
- #event-tab {
- display: none;
- }
- }
.time {
margin-left: 0;
}
diff --git a/templates/three-column-content.html b/templates/three-column-content.html
index 606c097..dfcfee9 100644
--- a/templates/three-column-content.html
+++ b/templates/three-column-content.html
@@ -13,16 +13,6 @@
margin-left: 13%;
display: inline-flex;
}
-
- /* TODO: remove this */
- .middle-content {
- margin-left: 0;
- max-width: 75%;
- width: -webkit-fill-available;
- }
- .blog-sidebar, .right-sidebar {
- width: 25%;
- }
}
@media(max-width: 799px) {
#content {
@@ -33,112 +23,11 @@
display: block;
}
}
-
- /* TODO: remove this */
- #three-col-container {
- display: flex;
- flex-direction: column;
- }
{% endblock %}
{% block js_media %}