From cedca87a54c87f69e19928d9dcfc0f2896432cb0 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Wed, 27 Aug 2025 19:36:27 +0200 Subject: [PATCH 1/2] fix(about.md): update job title to include proper capitalization of "DevOps" --- content/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about.md b/content/about.md index 1f9b8f3..97d22a9 100644 --- a/content/about.md +++ b/content/about.md @@ -9,7 +9,7 @@ As a member of [Microlab](https://microlab.space), the university's hackerspace, ## Work -Currently employed as a Linux Devops engineer. Most of my work involves Debian-based systems on various hardware platforms. +Currently employed as a Linux DevOps engineer, focusing primarily on Debian-based systems across a variety of hardware platforms. I also create custom websites from time to time. From ff9e76676d9a18c92a9db5662316d717ef8f6caf Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Thu, 28 Aug 2025 13:09:39 +0200 Subject: [PATCH 2/2] fix(home.scss): prevent project content from breaking on large screens - Fixes layout issues on higher resolutions where content stretched incorrectly --- sass/home.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sass/home.scss b/sass/home.scss index 57ca1df..2d3f674 100644 --- a/sass/home.scss +++ b/sass/home.scss @@ -35,7 +35,9 @@ .project { display: flex; flex-direction: column; - margin: 1rem 30%; + margin: 1rem 0; + width: 100%; + max-width: 40%; gap: 1rem; .title { font-size: 1.2rem;