feat: new work-experience section

This commit is contained in:
2026-02-22 23:16:23 +00:00
parent 4d5a19f7ad
commit 4b5d1bb9a1
12 changed files with 341 additions and 58 deletions

View File

@@ -98,6 +98,17 @@
&:last-child {
border-bottom: none;
}
@media (max-width: 768px) {
display: flex;
flex-direction: column;
gap: 0.25rem;
span {
float: none !important;
text-align: left !important;
}
}
}