forked from lix-project/lix-website
ecosystem: align card heights
This commit is contained in:
parent
29ede7c21b
commit
b4debe846f
|
@ -1,11 +1,17 @@
|
||||||
.ecosystem img.raster {
|
.ecosystem {
|
||||||
|
& img.raster {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ecosystem img.svg {
|
& img.svg {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
& .card {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue