feat: space card containers

This commit is contained in:
2025-01-04 11:24:57 +01:00
parent 13b67c1248
commit 867319fe9a
2 changed files with 69 additions and 65 deletions

View File

@@ -130,7 +130,8 @@ textarea {
width: 100%;
}
.container-cards h1 {
.container-cards h1,
.container-cards h2 {
width: 100%; /* Make sure heading fills complete line */
}
@@ -152,8 +153,8 @@ textarea {
}
}
.spaced {
margin-bottom: 30px;
.spaced > * {
margin: 10px;
}
/*******************************/