Remove sidebar
This commit is contained in:
parent
a205dc9c7e
commit
85d2a14ff6
@ -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>
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
<div class="sidebar">
|
||||
<p>Navigation goes here</p>
|
||||
</div>
|
||||
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user