From 85d2a14ff62a8cf070608120e3f898f4d3ebba37 Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Tue, 30 Oct 2018 17:38:42 +1030 Subject: [PATCH] Remove sidebar --- static/index.html | 1 - static/partials/sidebar.html | 3 --- static/styles/default.css | 17 ----------------- 3 files changed, 21 deletions(-) delete mode 100644 static/partials/sidebar.html 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%;