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