Skip to content

Commit

Permalink
Add dev landing page (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jan 7, 2025
1 parent ec9b04d commit 3e241a8
Show file tree
Hide file tree
Showing 6 changed files with 844 additions and 5 deletions.
10 changes: 10 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,16 @@ ul.sectionlist {
padding: 0;
}

ul.sectionlist.horizontal {
display: flex;
gap: 50px;
}

ul.sectionlist.horizontal > li {
padding-left: 0.5rem;
padding-right: 0.5rem;
}

ul.sectionlist > li {
list-style-type: none;
}
Expand Down
Loading

0 comments on commit 3e241a8

Please sign in to comment.