Skip to content

Commit

Permalink
FAQ: fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Jul 8, 2024
1 parent 5685ab4 commit ecf38b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{{< box >}}
# Schedule

todo
Coming soon.

{{< /box >}}
8 changes: 8 additions & 0 deletions themes/nixcon-2024/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ h1 {
margin: 0;
}

.box > h2 {
padding-left: .5rem;
}

.box > h3 {
padding-left: .5rem;
}

footer {
padding-top: 1em;
}
Expand Down

0 comments on commit ecf38b2

Please sign in to comment.