Add jobs page

This commit is contained in:
2022-01-11 17:09:54 +01:00
parent 6b1c31893b
commit 50b4962c91
15 changed files with 156 additions and 23 deletions

View File

@@ -130,6 +130,10 @@ $widthvalues: (0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 75, 100, 125, 150, 200,
text-align: justify;
}
.uppercase {
text-transform: uppercase;
}
/* SPACINGS */
.m-auto {
margin: auto;