Skip to content

Commit

Permalink
fix: card in image carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jan 10, 2024
1 parent 7284f5b commit 87f1f90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
flex: 0 0 49%;
}
}
}

:host {
width: 100%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>Fullscreen di immagini</h3>
<div class="img-responsive-wrapper" beforeBody>
<div class="img-responsive">
<div class="img-wrapper">
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine1" title="titolo immagine"
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine2" title="titolo immagine"
alt="descrizione immagine">
</div>
</div>
Expand All @@ -39,7 +39,7 @@ <h3>Fullscreen di immagini</h3>
<div class="img-responsive-wrapper" beforeBody>
<div class="img-responsive">
<div class="img-wrapper">
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine1" title="titolo immagine"
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine3" title="titolo immagine"
alt="descrizione immagine">
</div>
</div>
Expand All @@ -54,7 +54,7 @@ <h3>Fullscreen di immagini</h3>
<div class="img-responsive-wrapper" beforeBody>
<div class="img-responsive">
<div class="img-wrapper">
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine1" title="titolo immagine"
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine4" title="titolo immagine"
alt="descrizione immagine">
</div>
</div>
Expand All @@ -69,7 +69,7 @@ <h3>Fullscreen di immagini</h3>
<div class="img-responsive-wrapper" beforeBody>
<div class="img-responsive">
<div class="img-wrapper">
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine1" title="titolo immagine"
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine5" title="titolo immagine"
alt="descrizione immagine">
</div>
</div>
Expand All @@ -84,7 +84,7 @@ <h3>Fullscreen di immagini</h3>
<div class="img-responsive-wrapper" beforeBody>
<div class="img-responsive">
<div class="img-wrapper">
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine1" title="titolo immagine"
<img src="https://via.placeholder.com/480x360/ebebeb/808080/?text=Immagine6" title="titolo immagine"
alt="descrizione immagine">
</div>
</div>
Expand Down

1 comment on commit 87f1f90

@vercel
Copy link

@vercel vercel bot commented on 87f1f90 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.