mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 23:09:47 +00:00
20 lines
285 B
SCSS
20 lines
285 B
SCSS
|
// ==============================
|
||
|
// Header
|
||
|
// ==============================
|
||
|
|
||
|
.header {
|
||
|
@include clearfix;
|
||
|
padding: $header-padding;
|
||
|
|
||
|
@import '_header/logo';
|
||
|
@import '_header/menu';
|
||
|
}
|
||
|
|
||
|
|
||
|
@include max-screen() {
|
||
|
.header {
|
||
|
padding: 50px 0 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|