Skip to content

Commit

Permalink
Update global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 13, 2023
1 parent 140eb64 commit 08a26d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Sources/Styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,17 @@
text-align: -webkit-match-parent;
}

img,
img,
video {
max-width: 100%;
height: auto;
margin: 0.25rem 0;
border-radius: 10px;
}
iframe {
@apply h-52 sm:h-80 md:h-96;
width: 100%;
}

a {
color: #5364FF;
Expand Down

0 comments on commit 08a26d2

Please sign in to comment.