Merge pull request #16 from wswidzinski/fix-introduction-image

Fix introduction image size
This commit is contained in:
Maciej Matuszewski 2018-01-15 23:09:59 +01:00 committed by GitHub
commit 21cb800365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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} {