Merge branch 'bugfix' into 'master'

Small modification in hope to fix communication screen deformations

See merge request ae/Sith!150
This commit is contained in:
Antoine Bartuccio 2018-04-29 14:12:22 +02:00
commit 01240ce75e

View File

@ -82,6 +82,7 @@ body{
img{ img{
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
object-fit: contain;
} }
} }