|
|
|
@ -69,10 +69,10 @@ nav { |
|
|
|
/* Allow items to wrap onto multiple lines */ |
|
|
|
/* Allow items to wrap onto multiple lines */ |
|
|
|
justify-content: flex-start; |
|
|
|
justify-content: flex-start; |
|
|
|
/* Align items to the start */ |
|
|
|
/* Align items to the start */ |
|
|
|
|
|
|
|
gap: 6px; /* This adds spacing between items in all directions */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
nav a { |
|
|
|
nav a { |
|
|
|
margin-right: 6px; |
|
|
|
|
|
|
|
color: #707070; |
|
|
|
color: #707070; |
|
|
|
padding: 8px 12px; |
|
|
|
padding: 8px 12px; |
|
|
|
background-color: #fae7ce; |
|
|
|
background-color: #fae7ce; |
|
|
|
|