Skip to content

Commit

Permalink
Merge pull request #700 from FitzwilliamMuseum/hotfix/14496-homepage-…
Browse files Browse the repository at this point in the history
…image

fix: homepage coming soon image css add
  • Loading branch information
ostafinskim authored Jul 31, 2024
2 parents cf0e402 + 123c349 commit 9b148f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=186fc5ec23f2fa6f870cee9d2ef7b85f",
"/css/app.css": "/css/app.css?id=093bda0e6dbc9597dde69bf58c4e1e37",
"/css/app.css": "/css/app.css?id=3edb3ad06ecf43f0044064359d7307eb",
"/css/fitzwilliam.css": "/css/fitzwilliam.css?id=e86ba8627b5815b2315ba31344b2fd8c"
}
7 changes: 7 additions & 0 deletions resources/sass/_extend-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@
box-shadow: 0 0 0 0.25rem rgb(37, 77, 235);
outline: 0.25rem solid rgb(37, 77, 235);
}

.card-img-top {
max-height: 267px;
height: 100%;
width: 100%;
object-fit: cover;
}

0 comments on commit 9b148f8

Please sign in to comment.