Reduce OS icons size for clients

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
hritesh 2017-11-20 16:36:38 +05:30 committed by James Valleroy
parent 4c69935e7a
commit 9ac7ff10ce
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -142,8 +142,11 @@ footer license-info p{
.os-icon {
display: block;
width: 100%;
width: auto;
height: auto;
max-height: 40px;
max-width: 40px;
margin: auto;
}
.shortcut-label {