Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: fix badges on higher resolutions
  • Loading branch information
tonievalue committed Apr 29, 2025
commit f761556e3ec4a122462623f0fa4e00b4f33c489b
5 changes: 5 additions & 0 deletions web/src/overrides/PageTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ import TypeBadge from '@src/components/TypeBadge.astro';
}

@media (width >= 48rem) {
h1 {
display: initial;
width: auto;
}

.page-title-container {
justify-content: space-between;
align-items: center;
Expand Down