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"> <div class="contentContainer">
<ng-view></ng-view> <ng-view></ng-view>
</div> </div>
<ng-include src="'partials/sidebar.html'"></ng-include>
</div> </div>
<ng-include src="'partials/footer.html'"></ng-include> <ng-include src="'partials/footer.html'"></ng-include>
</div> </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, html,
body, body,
.rootContainer .rootContainer
@ -216,15 +208,6 @@ h1
background-color: #000; background-color: #000;
} }
.sidebar
{
position: absolute;
top: 100px;
right: -200px;
width: 200px;
}
.post .post
{ {
width: 100%; width: 100%;