Skip to content

Commit

Permalink
style.css: Adjusted main menu for 7 items
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Apr 3, 2024
1 parent e22cd87 commit 3defb60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ body {
*/
#menu {
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
text-align: center;
}
Expand All @@ -109,10 +109,10 @@ body {
}

#menu li {
padding: 5px 0px 5px 0px;
padding: 3px 0px 3px 0px;
margin: 0px;
margin-right: 13px;
width: 122px;
margin-right: 5px;
width: 110px;
background: #127C99;
float: left;
}
Expand All @@ -122,7 +122,7 @@ body {
}

#menu li.last {
width: 125px;
width: 110px;
margin: 0px;
}

Expand Down

0 comments on commit 3defb60

Please sign in to comment.