dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor: media queries
Alexander Bilz
12.25.2022
13383f64edc1fc620bd17670a5505ef63e8dd1cd
[external-software/github_gohugo_theme_anatole.git]
/
assets
/
scss
/
partials
/
layout
/
_header.scss
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;
}
}