Fix introduction image size
This commit is contained in:
parent
0d0fe6e9e8
commit
a18237ee3a
|
@ -34,9 +34,11 @@
|
|||
&__img {
|
||||
margin-bottom: 20px;
|
||||
|
||||
@media #{$screen-only-xs} {
|
||||
svg {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
@media #{$screen-sm} {
|
||||
flex: 1 0 50%;
|
||||
|
|
Loading…
Reference in New Issue