Integrate 'by myself' into description and improve spacing

Changes:
- Removed third line subtitle 'Built by myself'
- Added 'by myself' directly into the description text
- English: 'was built by myself with'
- Spanish: 'fue construido por mí mismo con'
- Increased spacing between title and CV title (1rem → 1.5rem)
- Removed unused .info-modal-subtitle CSS
- Cleaner, more natural text flow
This commit is contained in:
juanatsap
2025-11-09 20:24:34 +00:00
parent 7ad338f3d4
commit fd0251b21f
2 changed files with 4 additions and 12 deletions
+2 -9
View File
@@ -2384,24 +2384,17 @@ html {
font-size: 1.5rem;
font-weight: 600;
color: #333;
margin: 0 0 1rem 0;
margin: 0 0 1.5rem 0;
}
.info-modal-cv-title {
font-size: 1.5rem;
font-weight: 700;
color: #27ae60;
margin-bottom: 0.25rem;
margin-bottom: 0;
letter-spacing: 0.05em;
}
.info-modal-subtitle {
font-size: 0.9rem;
font-weight: 400;
color: #666;
font-style: italic;
}
.info-modal-body {
color: #333;
}