Merge pull request 'Update main.css' (#11) from responsiveHomepage into dev

Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
2026-05-26 12:30:14 +02:00
+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 {