Skip to content

Commit

Permalink
Adjust margin after events students header #712 #713
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Dec 16, 2024
1 parent 83784f5 commit 4c9e2fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

section.list {
width: calc(100% + 1px); // Hide right border
margin-top: 2 * $spacer;
margin-top: 1 * $spacer;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
cursor: pointer;
display: flex;
align-items: center;
border-top: 1px solid $border-color;
border-bottom: 2px solid $border-color;
}

section.list {
margin-top: 2 * $spacer;
}

.name {
padding: $spacer;
}

0 comments on commit 4c9e2fb

Please sign in to comment.