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: Cursormaster
parent
8d89691103
commit
3f06199523
|
|
@ -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",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -179,7 +179,9 @@ body {
|
|||
|
||||
.captcha-container {
|
||||
float: none;
|
||||
width: 100%;
|
||||
width: 245px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 15px;
|
||||
|
||||
.captcha-form {
|
||||
|
|
|
|||
Loading…
Reference in New Issue