Skip to content

Commit

Permalink
adjust image style
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermachado committed Oct 21, 2024
1 parent dcc8f22 commit d4743d4
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/components/nba/Section.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,22 @@
:global(.inline-image) {
float: right;
width: 15rem;
margin-left: 1rem;
width: 100%;
margin: 0 0 2rem 1rem;
@media screen and (min-width: 501px) {
width: 15rem;
}
}
:global(.inline-image-left) {
float: left;
width: 15rem;
margin-right: 1rem;
width: 100%;
margin: 0 1rem 2rem 0;
@media screen and (min-width: 501px) {
width: 15rem;
}
}
li span {
Expand Down

0 comments on commit d4743d4

Please sign in to comment.