Skip to content

Commit

Permalink
fix: border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mraihanaf committed Sep 11, 2024
1 parent 7a1ee3a commit 150d71c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ header {
min-height: 100vh;
padding: 2rem;
& .media__container {
border-radius: 20px;
position: relative;
overflow: hidden;
cursor: pointer;
margin-bottom: 0.5rem;
object-fit: contain;
& img {
scale: 1.1;
border-radius: 2px;
width: 100%;
}
& .media__button {
Expand Down Expand Up @@ -73,6 +73,9 @@ header {
& {
columns: 2;
}
& .media__container {
border-radius: 10px;
}
}
}
.media__modal {
Expand Down

0 comments on commit 150d71c

Please sign in to comment.