Skip to content

Commit

Permalink
Merge pull request #489 from VerisimilitudeX/fix-navbar-heading
Browse files Browse the repository at this point in the history
Fix the DNA Sequence Analysis heading being cut off by the navbar
  • Loading branch information
VerisimilitudeX authored Feb 26, 2025
2 parents 3a88bba + 25a4e67 commit 7db3d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/analyzer/analyzer.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.hero {
text-align: center;
margin-bottom: 3rem;
margin-top: 80px;
}

.hero h1 {
Expand Down Expand Up @@ -1028,4 +1029,4 @@
.close-notification:hover {
background-color: rgba(255, 255, 255, 0.1);
color: white;
}
}

0 comments on commit 7db3d36

Please sign in to comment.