blob: bcb1366e1d40797c305c0a3a978a2da6884dabe4 (
plain)
1
2
3
4
5
6
7
8
9
|
// ==========================================================================
// Navigation
// ==========================================================================
nav {
display: flex;
justify-content: center;
margin-bottom: $spacing-base;
}
|