Skip to content

Commit

Permalink
fix: image width portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Dec 13, 2021
1 parent 0d412d3 commit af75745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Anatole's aims to be minimalistic and sleek but still brings some great function
- Pagination
- Multilingual
- RTL support
- Portfolio (optional)
- Post Thumbnails (optional)
- 100⁄100 Google Lighthouse score
- Google Analytics (optional)
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ a.btn {
}

.box-image img {
width: 100%;
min-width: 100%;
box-shadow: #000;
overflow: hidden;
transition: box-shadow 0.3s ease;
Expand Down

0 comments on commit af75745

Please sign in to comment.