Merge pull request #16 from wswidzinski/fix-introduction-image
Fix introduction image size
This commit is contained in:
commit
21cb800365
|
@ -34,8 +34,10 @@
|
|||
&__img {
|
||||
margin-bottom: 20px;
|
||||
|
||||
svg {
|
||||
width: 320px;
|
||||
@media #{$screen-only-xs} {
|
||||
svg {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
@media #{$screen-sm} {
|
||||
|
|
Loading…
Reference in New Issue