mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
12.25.2022 13383f64edc1fc620bd17670a5505ef63e8dd1cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.header {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 3;
  background-color: $accent;
 
  @include desktop {
    border-bottom: $border;
    width: $content-width;
  }
 
  @include print {
    display: none;
  }
}