lix-website/themes/lix/assets/scss/sections/ecosystem.scss

20 lines
198 B
SCSS
Raw Permalink Normal View History

2024-04-27 21:21:59 +00:00
.ecosystem {
& img.raster {
margin-left: auto;
margin-right: auto;
width: 40%;
}
& img.svg {
margin-left: auto;
margin-right: auto;
width: 60%;
}
2024-04-27 06:56:22 +00:00
2024-04-27 21:21:59 +00:00
& .card {
height: 100%;
}
2024-04-27 06:56:22 +00:00
}