forked from lix-project/lix-website
4e7c2d2987
(why the hell was alt text support not in the original hugo theme???)
20 lines
198 B
SCSS
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%;
|
|
}
|
|
|
|
|
|
}
|