Merge pull request #7895 from BrandonRomano/nf.fix-callouts-image

website: fix image size on learn callout
This commit is contained in:
Mike Wickett 2020-05-15 10:13:31 -04:00 committed by GitHub
commit f1b825d917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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