Make the top menu as wide as possible

This commit is contained in:
Yorin Anne De Jong 2018-02-13 23:15:51 +01:00
parent 0bce2053cf
commit e88411eea4
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ nav #menu {
text-align: center;
margin: 0;
z-index: 3; /* Make appear under #login */
width: 100%; /* Claim as much of the CSS table as possible */
}
nav li {
display: inline-block;