aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_images.css
blob: 4cc50a4e8d27879b5c2d4929ffff17cb19be601e (plain)
1
2
3
4
5
6
7
img {
  max-width: 100%;
}

img:not(.w-100) {
  border-radius: var(--border-radius);
}