Skip to content

Commit

Permalink
fix: stop nav padding exceeding container width
Browse files Browse the repository at this point in the history
  • Loading branch information
WillKocur committed Nov 4, 2022
1 parent ff478a8 commit b14db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/species/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ span.beta{
}
#nav {
float: right;
margin: 0 -25px 0 0;
padding: 13px 0 0;
}
#nav > li {
Expand All @@ -143,6 +142,7 @@ span.beta{
position: relative;
}
#nav > li:first-child { background: none; }
#nav > li:last-child { padding-right: 0; }
#nav > li > a {
color: #2d3237;
text-decoration: none;
Expand Down

0 comments on commit b14db83

Please sign in to comment.