lix-website/themes/lix/assets/scss/sections/ecosystem.scss
Kate Temkin 4e7c2d2987 theming updates, and add alt text support
(why the hell was alt text support not in the original hugo theme???)
2024-05-01 19:37:50 -06:00

20 lines
198 B
SCSS

.ecosystem {
& img.raster {
margin-left: auto;
margin-right: auto;
width: 40%;
}
& img.svg {
margin-left: auto;
margin-right: auto;
width: 60%;
}
& .card {
height: 100%;
}
}