Files
nhgooi.nl/resources/assets/sass/components/_podcast_items.scss
2024-03-13 12:37:09 +01:00

29 lines
461 B
SCSS
Vendored

@use "../abstracts/mixin" as *;
.podcast_items {
ul {
@include reset-list;
li {
margin-bottom: 25px;
h2 {
margin: 0;
a {
font-family: Montserrat, serif;
font-size: 14px;
font-weight: 600;
line-height: 1.43;
text-align: left;
color: #1a1a1a;
text-decoration: none;
}
}
.sub_title {
@include sub_title;
}
}
}
}