Remove sidebar
This commit is contained in:
parent
a205dc9c7e
commit
85d2a14ff6
@ -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>
|
||||||
|
|||||||
@ -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,
|
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%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user