Fix spacings for hakken dates
This commit is contained in:
parent
91ebdb946a
commit
f35b008955
|
@ -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>;
|
||||||
|
|
4
_includes/styles/hakken-dates.scss
Normal file
4
_includes/styles/hakken-dates.scss
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.ps-hakken-dates {
|
||||||
|
margin: 5vw;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
|
@ -82,9 +82,14 @@
|
||||||
|
|
||||||
&--section-contents {
|
&--section-contents {
|
||||||
margin: 5vw;
|
margin: 5vw;
|
||||||
|
margin-bottom: 0;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.75;
|
line-height: 1.75;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
background-color: var(--background-alt);
|
background-color: var(--background-alt);
|
||||||
|
|
|
@ -30,4 +30,5 @@ html {
|
||||||
@import './footer';
|
@import './footer';
|
||||||
@import './homelink';
|
@import './homelink';
|
||||||
@import './iso-iframe.scss';
|
@import './iso-iframe.scss';
|
||||||
|
@import './hakken-dates.scss';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue