Skip to content

Commit

Permalink
applied a margin under subheadings biodomains and pharos class
Browse files Browse the repository at this point in the history
sagely1 committed Nov 27, 2024
1 parent 6f5e712 commit dab1ac8
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ <h4 class="gene-hero-biodomains-heading">Biological Domains</h4>
{{ getBiodomains() }}
</p>
</div>
<div *ngIf="gene.druggability[0].pharos_class">
<div *ngIf="gene.druggability[0].pharos_class" class="gene-hero-pharos">
<h4 class="gene-hero-pharos-heading">Pharos Class</h4>
<p>{{ gene.druggability[0].pharos_class }}</p>
</div>
Original file line number Diff line number Diff line change
@@ -38,7 +38,17 @@ hr {
}

.gene-hero-biodomains {
margin-bottom: 30px;
margin-bottom: 15px;

p {
margin-left: 10px;
}
}

.gene-hero-pharos {
p {
margin-left: 10px;
}
}

.gene-hero-summary {

0 comments on commit dab1ac8

Please sign in to comment.