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

View File

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