Initial commit

This commit is contained in:
2023-07-30 21:35:47 +01:00
commit 24c6dbe278
70 changed files with 6764 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
@import "/src/styles/helpers";
.section {
@include darkSection;
@include regularFont;
display: flex;
flex-direction: column;
text-align: center;
padding-top: 2em;
p {
text-align: left;
text-justify: distribute-all-lines;
margin: 0 auto 0 auto;
width: 40em;
max-width: 70vw;
}
}
.job {
@include lightSection;
padding: 1em;
margin: 1em;
.largerText {
font-size: 1.3em;
}
.redText {
color: $red;
}
.industry {
margin-top: 12px;
text-align: right;
}
}