Styled pages missed program and fragment missed

This commit is contained in:
Jorit Tijsen
2024-03-15 17:46:43 +01:00
parent eaea761366
commit 5187062cb1
19 changed files with 678 additions and 376 deletions

View File

@@ -8,3 +8,15 @@
.mejs__overlay-button {
border: none;
}
.clipText {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
@for $i from 1 through (10) {
.clipText-#{$i} {
-webkit-line-clamp: $i;
}
}

View File

@@ -15,7 +15,6 @@
.action_button {
text-decoration: none;
color: #282828;
margin-right: 20px;
.fa {
margin-right: 10px;

View File

@@ -3,6 +3,11 @@
.podcast_items {
ul {
@include reset-list;
&.row {
margin-top: calc(-1* var(--bs-gutter-y));
margin-right: calc(-.5* var(--bs-gutter-x));
margin-left: calc(-.5* var(--bs-gutter-x));
}
li {
margin-bottom: 25px;