Skip to content

Commit

Permalink
Hack to make the first project appear roughly at the same height as p…
Browse files Browse the repository at this point in the history
…rojects in the other columns.
  • Loading branch information
jaraco committed Aug 25, 2024
1 parent 0a634d0 commit 966699e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jaraco/site/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def exclude(project):
.container {
column-width: 20em;
}
.container > .project:first-child {
margin-top: -1.1em;
}
.project {
break-inside: avoid;
border-left: 1px solid white;
Expand Down

0 comments on commit 966699e

Please sign in to comment.