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

Alexander Bilz
13.06.2021 af75745ecc1e54c93ffa9ebd6dd562f8c621f49c
fix: image width portfolio

2 files modified
3 ■■■■ changed files
README.md 1 ●●●● patch | view | raw | blame | history
assets/css/style.css 2 ●●● patch | view | raw | blame | history
README.md
@@ -17,6 +17,7 @@
- Pagination
- Multilingual
- RTL support
- Portfolio (optional)
- Post Thumbnails (optional)
- 100⁄100 Google Lighthouse score
- Google Analytics (optional)
assets/css/style.css
@@ -955,7 +955,7 @@
}
.box-image img {
  width: 100%;
  min-width: 100%;
  box-shadow: #000;
  overflow: hidden;
  transition: box-shadow 0.3s ease;