Try adjusting margin

This commit is contained in:
Fred Boniface 2022-10-07 20:30:47 +01:00
parent 9494960e24
commit c2b65fe92e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ body {
.topnav {
background-color: #333;
overflow: hidden;
margin: auto; /* TESTING, ORIGINALLY NO MARGIN DECLARATION */
margin: 0px;
}
/* Style the links inside the navigation bar */