Skip to content

Commit

Permalink
feat: fix gap between sections
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Sep 5, 2023
1 parent 86e36c3 commit c6334d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions views/profile_card.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,13 @@ h1 {
}
.container {
display: flex;
flex-direction: column;
flex: 1;
}
section {
flex: 1;
margin-top: 0.65em;
margin-top: 1.35em;
}
section:first-of-type,
section#flag {
margin: 0;
}
Expand Down

0 comments on commit c6334d2

Please sign in to comment.