diff --git a/css/index.css b/css/index.css index 4ce33c6..fea2d54 100644 --- a/css/index.css +++ b/css/index.css @@ -2728,7 +2728,7 @@ html { display: flex; align-items: stretch; gap: 60px; - padding: 40px; + padding: 0; background: rgba(15, 23, 42, 0.7); backdrop-filter: blur(16px); border: 1px solid rgba(148, 163, 184, 0.15); @@ -2743,6 +2743,7 @@ html { .solution-text { flex: 1; min-width: 0; + padding: 40px; } .solution-text h3 { @@ -2811,7 +2812,6 @@ html { .solution-image { flex-shrink: 0; width: 500px; - height: 100%; position: relative; overflow: hidden; border-radius: 0;