Try adjusting margin

This commit is contained in:
Fred Boniface 2022-10-07 20:30:47 +01:00
parent 9494960e24
commit c2b65fe92e

View File

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