Skip to content

Commit

Permalink
change opacity to 50 for baseteaser boars img
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Mar 29, 2024
1 parent b111996 commit 8076983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/elements/Teaser/BaseTeaser.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div class="relative overflow-hidden">
<div class="relative overflow-hidden bg-black">
<img
alt="boars bg"
class="absolute w-full mt-[-35%]"
class="absolute w-full mt-[-35%] opacity-50"
:class="picClass"
:src="boars"
>
Expand Down

0 comments on commit 8076983

Please sign in to comment.