Fix max width for CV skills
pipeline / build-and-push-images (push) Successful in 22s

This commit is contained in:
2025-04-14 15:35:32 +02:00
parent a686b695db
commit bc5aad308b
+1 -1
View File
@@ -116,7 +116,7 @@
<div class="cv-section"> <div class="cv-section">
<p style="margin-left: 10px; font-weight: 500; grid-column: 1;">Programming languages</p> <p style="margin-left: 10px; font-weight: 500; grid-column: 1;">Programming languages</p>
<p style="grid-column: 2;">C, Assembly (x86, RISC-V, ARM), Java, TypeScript/JavaScript, Kotlin, Python, OCaml</p> <p style="max-width: 900px; grid-column: 2;">C, Assembly (x86, RISC-V, ARM), Java, TypeScript/JavaScript, Kotlin, Python, OCaml</p>
<p style="margin-left: 10px; font-weight: 500;">DevOps / Workflow</p> <p style="margin-left: 10px; font-weight: 500;">DevOps / Workflow</p>
<p>Linux, Bash, Git, CI/CD, Docker, Kubernetes, virtual machines</p> <p>Linux, Bash, Git, CI/CD, Docker, Kubernetes, virtual machines</p>