added career section

This commit is contained in:
2026-09-21 09:32:28 +02:00
parent afafa911d2
commit 524c9dc295
6 changed files with 212 additions and 10 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
}
.navbar-group {
margin-top: 15px;
margin-top: 25px;
margin-bottom: 5px;
font-size: calc(var(--font-size) + 0.1rem);
font-family: var(--serif);
+34
View File
@@ -0,0 +1,34 @@
.work-date {
margin-top: 30px;
color: var(--muted);
font-size: 0.95rem;
line-height: 1.6;
}
.tasks-div {
margin-top: 60px;
display: flex;
flex-direction: column;
gap: 35px;
margin-bottom: 120px;
margin-left: var(--margin-main-content);
}
.task-div {
display: flex;
flex-direction: column;
gap: 0px;
align-items: baseline;
}
.task-title {
color: var(--text);
font-weight: 700;
font-size: 1rem;
}
.task-content {
color: var(--muted);
font-size: 1rem;
line-height: 1.7;
}