Skip to content

Commit

Permalink
Fix image sizing again oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Oct 30, 2024
1 parent 4d95c78 commit ac53d0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubyssey/static_src/src/styles/modules/article/_embeds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ img.image-attachment {
height: auto;
shape-image-threshold: 0.7;
shape-margin: 2em;
@media($bp-smaller-than-phablet){
width: 200px;
margin: auto;
}
}

.image-attachment {
Expand Down

0 comments on commit ac53d0e

Please sign in to comment.