Fix spacings for hakken dates

This commit is contained in:
Benjamin Bädorf 2022-10-03 02:30:20 +02:00
parent 91ebdb946a
commit f35b008955
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
4 changed files with 14 additions and 1 deletions

View file

@ -1 +1,4 @@
export default ({ lang }) => <div id={`dates-list-${lang}`}></div>;
export default ({ lang }) => <div
id={`dates-list-${lang}`}
className="ps-hakken-dates"
></div>;

View file

@ -0,0 +1,4 @@
.ps-hakken-dates {
margin: 5vw;
margin-top: 0;
}

View file

@ -82,9 +82,14 @@
&--section-contents {
margin: 5vw;
margin-bottom: 0;
font-weight: 500;
line-height: 1.75;
&:last-child {
margin-bottom: 5vw;
}
pre,
code {
background-color: var(--background-alt);

View file

@ -30,4 +30,5 @@ html {
@import './footer';
@import './homelink';
@import './iso-iframe.scss';
@import './hakken-dates.scss';