Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_header.scss « _partial « sass « assets - github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 866a53a913dda685baf515cdffaada1967806035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// ==============================
// Header
// ==============================

.header {
  @include clearfix;

  display: flex;
  flex-wrap: wrap;

  @import '_header/logo';
  @import '_header/menu';
}


@include max-screen() {
  .header {
    padding: 50px 0 0;
    text-align: center;
  }
}