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:
parent
8b1e607b91
commit
c1977038f4
2 changed files with 24 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue