Fix introduction image size

This commit is contained in:
wswidzinski 2018-01-15 19:22:13 +01:00
parent 0d0fe6e9e8
commit a18237ee3a
1 changed files with 4 additions and 2 deletions

View File

@ -34,8 +34,10 @@
&__img {
margin-bottom: 20px;
svg {
width: 320px;
@media #{$screen-only-xs} {
svg {
width: 320px;
}
}
@media #{$screen-sm} {