Skip to content

Commit

Permalink
Update banner.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
zEVrafish authored Jan 14, 2025
1 parent 2512f13 commit 3de30b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_includes/section/banner.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="z-50 -mt-20 w-full pl-4 pr-4 grid sm:grid-cols-3 grid-cols-1 gap-4 max-w-2xl text-black mx-auto">
<!-- News -->
<a href="/pages/news/" class="z-40">
<button type="button" class="card-banner sm:h-2/3 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none">
<button type="button" class="card-banner hover:bg-gray-200 focus:bg-gray-200 focus:outline-none">
<!-- Logo -->
<div class="text-dsev flex fill_current h-16 w-full">
{{ '/src/images/newspaper_black_24dp.svg' | svgContents("fill-current block h-12 w-12 block mx-auto my-auto") | safe }}
Expand All @@ -34,7 +34,7 @@

<!-- Researcher profiles -->
<a href="/pages/researcher_profiles/" class="z-40">
<button type="button" class="card-banner sm:h-5/6 hover:bg-gray-200 focus:bg-gray-200 focus:outline-none">
<button type="button" class="card-banner hover:bg-gray-200 focus:bg-gray-200 focus:outline-none">
<!-- Logo -->
<div class="text-dsev flex fill_current h-16 w-full">
{{ '/src/images/icons/icon_about.svg' | svgContents("fill-current block h-12 w-12 block mx-auto my-auto") | safe }}
Expand Down

0 comments on commit 3de30b1

Please sign in to comment.