fix: add invisible separator below section titles, not on entire section
- Removed padding-top from section containers - Increased margin-bottom on section titles from 25px to 40px - Creates blank space between title and content, not before title - Only affects Experience, Awards, and Courses sections
This commit is contained in:
+2
-8
@@ -1613,17 +1613,11 @@ a:focus {
|
|||||||
color: #7d7d7d;
|
color: #7d7d7d;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add invisible separator (blank space) before specific sections */
|
/* Add invisible separator (blank space) below section titles */
|
||||||
#experience,
|
|
||||||
#awards,
|
|
||||||
#courses {
|
|
||||||
padding-top: 60px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#experience .section-title,
|
#experience .section-title,
|
||||||
#awards .section-title,
|
#awards .section-title,
|
||||||
#courses .section-title {
|
#courses .section-title {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 40px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smooth scrolling */
|
/* Smooth scrolling */
|
||||||
|
|||||||
Reference in New Issue
Block a user