From 3f061995238239c399da76267ca8548812efdf7f Mon Sep 17 00:00:00 2001 From: sii42400 Date: Fri, 17 Apr 2026 14:39:37 +0200 Subject: [PATCH] fix(cv): trim PL contact fields and center captcha container in sidebar Remove DevOps Blog and Education entries from PL generalTitleSegment to match EN structure. Set captcha container to fixed 245px width centered in the sidebar for consistent alignment with the photo. Made-with: Cursor --- src/content/kamil.js | 2 -- src/styles/general.scss | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/kamil.js b/src/content/kamil.js index 3cb91b1..4a29a60 100644 --- a/src/content/kamil.js +++ b/src/content/kamil.js @@ -36,8 +36,6 @@ export const content_pl = [ "E-mail": "zukkamil.44@gmail.com", "Telefon": "+48 570 688 112", "Git": "git.00x097.com/tbs093a", - "DevOps Blog": "blog.00x097.com/", - "Wykształcenie": "Wyższe / Inżynier", } }, { diff --git a/src/styles/general.scss b/src/styles/general.scss index f18184b..08b1fe9 100644 --- a/src/styles/general.scss +++ b/src/styles/general.scss @@ -179,7 +179,9 @@ body { .captcha-container { float: none; - width: 100%; + width: 245px; + margin-left: auto; + margin-right: auto; margin-top: 15px; .captcha-form {