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

@@ -1835,6 +1835,9 @@ button:hover {
.ta-j {
text-align: justify; }
.uppercase {
text-transform: uppercase; }
/* SPACINGS */
.m-auto {
margin: auto; }