Skip to content

Commit

Permalink
handle responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDiakite committed Oct 11, 2023
1 parent f4e8e35 commit 3030273
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/components/Carousel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,10 @@
background-color: var(--clr-accent);
border: solid 1px var(--clr-accent);
}
@media screen and (max-width: 1024px) {
.banner {
width: 50%;
}
}
</style>

0 comments on commit 3030273

Please sign in to comment.