Small styles improvements

This commit is contained in:
2025-02-20 22:46:08 +01:00
parent f958486fcc
commit 00c4115668
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -80,7 +80,6 @@ header .cta {
} }
.benefits { .benefits {
margin-top: 2rem;
padding: 2.5rem 1.25rem; padding: 2.5rem 1.25rem;
} }
+2
View File
@@ -30,6 +30,8 @@ header span {
} }
.languages-wrapper { .languages-wrapper {
padding: 2.5rem 1.25rem;
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
align-items: stretch; align-items: stretch;