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

alexanderdavide
10.35.2022 5e10a20783ef381f55ec4ae76308de0ffd098c7f
1
2
3
4
5
6
7
8
.wrapper {
  display: flex;
  flex-direction: column;
 
  @include desktop {
    flex-direction: row;
  }
}