mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2025-02-23 12:30:03 +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;
|
||
|
}
|
||
|
}
|