From 95bb31201ee62fcfd7118c6764b902c3369729fd Mon Sep 17 00:00:00 2001 From: ckie Date: Sun, 28 Apr 2024 00:21:59 +0300 Subject: [PATCH] ecosystem: align card heights --- .../lix/assets/scss/sections/ecosystem.scss | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/themes/lix/assets/scss/sections/ecosystem.scss b/themes/lix/assets/scss/sections/ecosystem.scss index 9f6b2b3a..73369abe 100644 --- a/themes/lix/assets/scss/sections/ecosystem.scss +++ b/themes/lix/assets/scss/sections/ecosystem.scss @@ -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%; + } }