Skip to content

Commit

Permalink
fix(home): heading margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 1, 2024
1 parent 4e8a3b8 commit 6a84704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/frontend/src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ pub async fn home(data: Data<AppData>) -> Markup {
p style="margin: 0" { (description) }
br;
md-divider {}
h2 class="md-typescale-title-large" { "What is this?" }
} @else {
h2 class="md-typescale-title-large" style="margin-top: 0" { "What is this?" }
}
h2 class="md-typescale-title-large" { "What is this?" }
p style="margin: 0" { r#"
The web page you're reading right now is served by an instance of Hatsu,
a self-hosted bridge that interacts with Fediverse on behalf of static site.
Expand Down

0 comments on commit 6a84704

Please sign in to comment.