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