Skip to content

Commit

Permalink
Merge pull request #925 from tilburgsciencehub/908-banner-fix
Browse files Browse the repository at this point in the history
Fix for banner image size in issue #908
  • Loading branch information
hannesdatta authored Oct 5, 2023
2 parents 60e5b15 + 5a2e912 commit 365ee3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions themes/tilburg/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ <h1 class="mx-5 mx-lg-0">

<!-- end of search on homepage feature -->

<div
class="col-lg-10 mt-3 col-16 order-1 order-lg-2 d-none d-md-flex d-lg-flex d-xl-flex text-center align-content-center">
<img src="/img/hero.png" alt="work with open science" class="hero-image mx-auto mx-lg-none">
<div class="col-lg-10 mt-3 col-16 order-1 order-lg-2 d-none d-md-flex d-lg-flex d-xl-flex text-center align-content-center" style="background-image: url('/img/hero.png');background-size: contain;background-repeat: no-repeat;background-position: center;">
</div>

</div>
Expand Down

0 comments on commit 365ee3b

Please sign in to comment.