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: nav, languageswitch
alexanderdavide
06.57.2022
a22e9dfe00ed260f934243a602d7451ff8bae944
[external-software/github_gohugo_theme_anatole.git]
/
assets
/
scss
/
modules
/
_config.scss
1
2
3
4
5
@mixin desktop {
@media screen and (min-width: 961px) {
@content;
}
}