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

This commit is contained in:
Anojh 2018-04-02 00:21:07 -07:00
commit 64d7cd9f56
3 changed files with 66 additions and 60 deletions

View file

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

View file

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

View file

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