Skip to content

Commit

Permalink
ui: use correct spacings for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jul 18, 2024
1 parent 0ecb7bf commit 8cd10b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/frontend/src/stylesheets/hljs-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ hue-6-2: #e6c07b
}

.documentation * {
margin-bottom: 9px;
margin-top: 9px;
margin-bottom: 0px;
margin-top: 0px;
}

.documentation *:last-child {
Expand All @@ -212,11 +212,13 @@ hue-6-2: #e6c07b
}

.documentation h1 {
margin-top: 9px;
font-size: 1.1rem;
font-weight: 600;
}

.documentation h2 {
margin-top: 9px;
font-size: 1rem;
font-weight: 500;
}
Expand All @@ -225,6 +227,7 @@ hue-6-2: #e6c07b
.documentation h4,
.documentation h5,
.documentation h6 {
margin-top: 9px;
font-size: 0.9rem;
font-weight: 500;
}

0 comments on commit 8cd10b2

Please sign in to comment.