diff --git a/static/index.html b/static/index.html
index 6921c29..78d98ed 100644
--- a/static/index.html
+++ b/static/index.html
@@ -22,7 +22,6 @@
-
diff --git a/static/partials/sidebar.html b/static/partials/sidebar.html
deleted file mode 100644
index 470720c..0000000
--- a/static/partials/sidebar.html
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/static/styles/default.css b/static/styles/default.css
index 5e7ac43..013b88d 100644
--- a/static/styles/default.css
+++ b/static/styles/default.css
@@ -1,11 +1,3 @@
-@media (max-width: 1215px)
-{
- .sidebar
- {
- display: none;
- }
-}
-
html,
body,
.rootContainer
@@ -216,15 +208,6 @@ h1
background-color: #000;
}
-.sidebar
-{
- position: absolute;
- top: 100px;
- right: -200px;
-
- width: 200px;
-}
-
.post
{
width: 100%;