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 {
|
||||
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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue