12 lines
158 B
SCSS
12 lines
158 B
SCSS
|
.ecosystem img.raster {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
width: 40%;
|
||
|
}
|
||
|
|
||
|
.ecosystem img.svg {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
width: 60%;
|
||
|
}
|