10 lines
261 B
SCSS
10 lines
261 B
SCSS
// ==========================================================================
|
|
// Navigation
|
|
// ==========================================================================
|
|
|
|
nav {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: $spacing-base;
|
|
}
|