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. 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;