Skip to content

Commit

Permalink
Center top navigation on recipe pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezy-d4 committed Jul 31, 2024
1 parent 036bc79 commit 6ed3548
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ body.t-b-s {
div.c-s-s-r-top-navigation a,
div.g-c-s-w-top-navigation a,
div.t-b-s-top-navigation a {
margin-right: 30px;
margin-right: 30px;
}

div.c-s-s-r-top-navigation,
div.g-c-s-w-top-navigation,
div.t-b-s-top-navigation {
margin: 0px auto;
width: auto;
text-align: center;
}


Expand Down

0 comments on commit 6ed3548

Please sign in to comment.