General cleanup 2024-04-28 #1

Merged
ktemkin merged 4 commits from ckie/lix-website:2024-04-28 into main 2024-05-01 22:34:31 +00:00
Showing only changes of commit b4debe846f - Show all commits

View file

@ -1,11 +1,17 @@
.ecosystem img.raster {
margin-left: auto;
margin-right: auto;
width: 40%;
}
.ecosystem {
& img.raster {
margin-left: auto;
margin-right: auto;
width: 40%;
}
.ecosystem img.svg {
margin-left: auto;
margin-right: auto;
width: 60%;
& img.svg {
margin-left: auto;
margin-right: auto;
width: 60%;
}
& .card {
height: 100%;
}
}