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

alexanderdavide
20.29.2022 80598b58c8330ef5b0013878355d374bc7098dca
feat: decrease border radius of thumbnail
1 files modified
2 ■■■ changed files
assets/scss/partials/components/_post.scss 2 ●●● patch | view | raw | blame | history
assets/scss/partials/components/_post.scss
@@ -16,7 +16,7 @@
    display: block;
    &-wrapper {
      border-radius: 0.5em;
      border-radius: 2px;
      width: 100%;
      margin-bottom: 1em;
      overflow: hidden;