diff --git a/static/css/main.css b/static/css/main.css index 95cd870..532e229 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -323,20 +323,14 @@ a:hover { margin: 0; } -/* Intro/Excerpt Text */ -.cv-excerpt { - margin-top: 1.5rem; - padding: 1rem 0; - border-top: 1px solid #e0e0e0; - border-bottom: 1px solid #e0e0e0; -} - -.excerpt-text { +/* Intro/Excerpt Text - Positioned inside header, matching old React CV */ +.intro-text { font-family: 'Quicksand', sans-serif; - font-size: 0.95em; + font-size: 1.0em; line-height: 1.6; color: rgb(51, 51, 51); - margin: 0; + margin-top: 20px; + text-align: justify; font-style: italic; } @@ -629,6 +623,11 @@ footer { align-items: flex-start; gap: 0.25rem; } + + .intro-text { + font-size: 0.9em; + margin-top: 15px; + } } .no-print {} diff --git a/templates/cv-content.html b/templates/cv-content.html index afb90bc..1f6bfcd 100644 --- a/templates/cv-content.html +++ b/templates/cv-content.html @@ -87,23 +87,15 @@

{{.CV.Personal.Name}}

{{if eq .Lang "es"}}20 años de experiencia{{else}}20 years of experience{{end}}

+ +
{{.CV.Summary}}
{{.CV.Personal.Name}}
- -
-

{{.CV.Summary}}

-
- -
-

{{if eq .Lang "es"}}Resumen{{else}}Training{{end}}

-

{{.CV.Summary}}

-
-

{{if eq .Lang "es"}}Formación{{else}}Training{{end}}