Update main.css

Anpassung der flexbox um inhalte besser zu skalieren
This commit is contained in:
rirat-0
2026-05-26 11:41:11 +02:00
parent ee7986bef3
commit 4a80d42dda
+3 -1
View File
@@ -17,7 +17,8 @@ a, button, input, select, textarea, label, main{
.flexbox {
display: flex;
flex-direction: column;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
margin-top: 30px;
}
@@ -29,6 +30,7 @@ a, button, input, select, textarea, label, main{
border: 1px solid #dbe3ec;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
transition: transform 0.2s, box-shadow 0.2s;
flex: 1 1 300px;
}
.container:hover {