Skip to content

Commit

Permalink
Limit the width of the lead image to page content width.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Jul 17, 2019
1 parent 0b45400 commit 378ecfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,10 @@ ul.navbar-nav, ul.navbar-nav li.menu-item {

/* Site thumbnail */
.thumbnail-wrapper {
text-align: center; }
text-align: center;
margin: 0 auto;
width: 100% !important;
max-width: 1200px !important; }
.thumbnail-wrapper img {
height: 45vh;
-o-object-fit: cover;
Expand Down
Loading

0 comments on commit 378ecfe

Please sign in to comment.