fix: increase blank space to 60px and add !important flag
- Increased margin-top from 40px to 60px for more noticeable spacing - Added !important to override any conflicting styles - Should be clearly visible now
This commit is contained in:
+1
-1
@@ -1617,7 +1617,7 @@ a:focus {
|
||||
#experience,
|
||||
#awards,
|
||||
#courses {
|
||||
margin-top: 40px;
|
||||
margin-top: 60px !important;
|
||||
}
|
||||
|
||||
#experience .section-title,
|
||||
|
||||
Reference in New Issue
Block a user