Add top padding to skills section to fix moveto
This commit is contained in:
parent
51ea30d519
commit
36d2a07fe2
2 changed files with 5 additions and 1 deletions
|
|
@ -359,6 +359,10 @@ body.light-mode .project a:hover {
|
|||
|
||||
|
||||
/* skills Section */
|
||||
.skills-section {
|
||||
padding-top: 32px;
|
||||
}
|
||||
|
||||
.skills-container {
|
||||
margin-top: 6rem;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue