Skip to content

Commit

Permalink
Merge pull request #1279 from sagely1/AG-1331-update-home-page-copy
Browse files Browse the repository at this point in the history
AG-1331 modifying title and description to use flex
  • Loading branch information
sagely1 authored Jan 24, 2024
2 parents 9672a3d + 1baf0ea commit d1ea464
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/app/core/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
<div class="text-marquee">
<div>
<h1 class="home-heading">
Discover Alzheimer&#39;s <br />
Disease Genes
Discover Alzheimer&#39;s Disease Genes
</h1>
</div>
<p class="description mb-lg">
Expand Down
10 changes: 5 additions & 5 deletions src/app/core/pages/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
flex-direction: column;
gap: 40px;
padding: var(--spacing-md);

@media (min-width: 990px) {
width: 70%;
padding: 0;
}
}

.description {
Expand All @@ -53,6 +48,11 @@
a {
white-space: nowrap;
}

p {
flex: 1;
text-align: center;
}
}

.home-heading {
Expand Down

0 comments on commit d1ea464

Please sign in to comment.