Remove container from nav
- Replaced container for the nav component with a custom style instead using max-width and margin: 0 auto.
This commit is contained in:
@ -44,6 +44,11 @@ hr {
|
||||
background-color: var(--line-color);
|
||||
}
|
||||
|
||||
nav {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
li a:hover {
|
||||
border-bottom: 3px solid var(--line-color);
|
||||
text-decoration: none;
|
||||
|
Reference in New Issue
Block a user