forked from tsc-vfl/hugo-page
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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user