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

Alexander Bilz
03.34.2021 8f1918527015b3642c77aaede0553034807663e7
fix: improve mobile view

1 files modified
5 ■■■■■ changed files
assets/css/style.css 5 ●●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -945,7 +945,6 @@
}
.box-image {
  box-shadow: 0 0 16px rgb(0 0 0 / 25%);
  display: block;
  background-color: #fff;
  position: relative;
@@ -973,7 +972,6 @@
}
.box {
  box-shadow: 0 0 48px rgb(0 0 0 / 25%);
  background-color: var(--bg-color);
  padding: 32px;
}
@@ -1326,13 +1324,14 @@
  .box-image--left,
  .box-image--right {
    padding: 32px 32px 0px 32px;
    max-width: inherit;
  }
  .box-wrapper {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-top: 48px;
  }
  .triangle {