Merge pull request 'Create structure for press articles' (#31) from feat/press-articles into develop

Reviewed-on: tsc-vfl/hugo-page#31
This commit is contained in:
2024-02-15 21:24:02 +00:00
15 changed files with 192 additions and 1 deletions

View File

@@ -957,6 +957,40 @@ 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;
h2 {
margin-bottom: 5px;
}
&: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%;