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:
+2
-9
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user