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

Alexander Bilz
13.19.2021 4558d20053ac0c86ea4402c921a4f7f39a3b89de
fix: remove padding in mobile view

1 files modified
4 ■■■■ changed files
assets/css/style.css 4 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -1353,8 +1353,8 @@
  }
  .box-wrapper {
    padding-left: 48px;
    padding-right: 48px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 48px;
  }