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
master
sii42400 2026-04-17 14:39:37 +02:00
parent 8d89691103
commit 3f06199523
2 changed files with 3 additions and 3 deletions

View File

@ -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",
}
},
{

View File

@ -179,7 +179,9 @@ body {
.captcha-container {
float: none;
width: 100%;
width: 245px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
.captcha-form {