Skip to content

Commit 90b1507

Browse files
authored
Align text in page headers properly (#5172)
* CrateHeader: Align text properly * PageHeader: Align text properly
1 parent 8bc85b0 commit 90b1507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/crate-header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
.heading {
1212
display: flex;
13-
align-items: center;
13+
align-items: baseline;
1414

1515
h1, h2 {
1616
margin: 0;

app/components/page-header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.heading {
99
display: flex;
10-
align-items: center;
10+
align-items: baseline;
1111
margin: 0;
1212
}
1313

0 commit comments

Comments
 (0)