Merge pull request #730 from jachym/patch-2

Resize too big images
This commit is contained in:
Garret Wassermann 2019-03-07 12:16:36 -05:00 committed by GitHub
commit 59e58c6d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,3 +76,7 @@ Add your custom styles here
}
#helpdesk-body {padding-top: 100px;}
img.brand {padding-right: 30px;}
div.card-body img {
max-width: 900px;
}