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: wrap sidebar and main on mobile
alexanderdavide
10.35.2022
5e10a20783ef381f55ec4ae76308de0ffd098c7f
[external-software/github_gohugo_theme_anatole.git]
/
assets
/
scss
/
partials
/
components
/
_wrapper.scss
1
2
3
4
5
6
7
8
.wrapper {
display: flex;
flex-direction: column;
@include desktop {
flex-direction: row;
}
}