Small fixes

This commit is contained in:
Jorit Tijsen
2024-04-05 16:07:59 +02:00
parent 4aa1fef3ad
commit 9c80727a03
17 changed files with 77 additions and 26 deletions

View File

@@ -2,6 +2,10 @@
@use "../abstracts/variables" as *;
.podcast_items {
.box {
margin-bottom: 10px;
}
ul {
@include reset-list;
&.row {
@@ -11,7 +15,9 @@
}
li {
margin-bottom: 25px;
@media (min-width: 768px) {
margin-bottom: 25px;
}
h2 {
margin: 0;