Browse Source

website: fix image size on learn callout

pull/7895/head
nicolelyn 5 years ago
parent
commit
743ad512a7
  1. 1
      website/components/learn-callout/style.css

1
website/components/learn-callout/style.css

@ -115,6 +115,7 @@
& img {
max-width: 80px;
max-height: 80px;
width: 100%;
}
}

Loading…
Cancel
Save