Remove sidebar

This commit is contained in:
Thomas Wade 2018-10-30 17:38:42 +10:30
parent a205dc9c7e
commit 85d2a14ff6
3 changed files with 0 additions and 21 deletions

View File

@ -22,7 +22,6 @@
<div class="contentContainer">
<ng-view></ng-view>
</div>
<ng-include src="'partials/sidebar.html'"></ng-include>
</div>
<ng-include src="'partials/footer.html'"></ng-include>
</div>

View File

@ -1,3 +0,0 @@
<div class="sidebar">
<p>Navigation goes here</p>
</div>

View File

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