Create shortcodes and integration of press articles

This commit is contained in:
2024-02-14 13:54:18 +01:00
parent 9879042e6e
commit 08b286faf5
4 changed files with 54 additions and 15 deletions

View File

@@ -969,6 +969,36 @@ table.time {
}
}
.press-articles {
margin: 0 0 2em;
.press-article {
border-bottom: solid 1px $color-hor-line;
margin: 0 0 3em;
padding: 0 0 3em;
&:nth-last-of-type(1) {
border-bottom: none;
padding: 0;
margin: 0;
}
.press-img img {
display: block;
margin: 1em auto;
}
.metadata {
span {
display: block;
&.date {
font-weight: bold;
}
}
}
}
}
.iframe-generic {
display: block;
width: 100%;