20 lines
293 B
SCSS
20 lines
293 B
SCSS
/*
|
|
Aerial by HTML5 UP
|
|
html5up.net | @n33co
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
@import 'vars';
|
|
@import 'mixins';
|
|
|
|
/* BG */
|
|
|
|
@include bg($bg-width * 0.275);
|
|
|
|
/* Header */
|
|
|
|
#header {
|
|
nav {
|
|
padding: 0 1em;
|
|
}
|
|
} |