Had to update some base styles since currently some styling does not look right...

pull/2118/head
Anojh 7 years ago
parent 2ca0c9ebef
commit 64d7cd9f56

@ -1,4 +1,5 @@
<div *ngIf="issue">
<div class="row">
<div class="myBg backdrop" [style.background-image]="backgroundPath"></div>
<div class="tint" style="background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%);"></div>
<h1>{{issue.title}} </h1>
@ -75,5 +76,5 @@
</div>
</div>
</div>
</div>
</div>

@ -70,8 +70,9 @@ body{
.tint {
z-index: -1;
}
img-responsive poster {
display:block;
.img-responsive.poster {
margin-bottom: 21px;
width: 60%;
}
img {
display: block;

@ -131,6 +131,10 @@ h1 {
font-size: 1.9rem $i;
}
a.active {
background-color: $primary-colour;
}
p {
font-size: 1.1rem $i;
}

Loading…
Cancel
Save