mirror of https://github.com/lxndrblz/anatole.git
refactor: wrap sidebar and main on mobile
assets/scss/partials/components/_wrapper.scss @@ -1,3 +1,8 @@ .wrapper { display: flex; flex-direction: column; @include desktop { flex-direction: row; } }