Skip to content

Commit 6a6bba2

Browse files
committed
Quartz sync: Jul 26, 2025, 1:27 PM
1 parent 1cfabe7 commit 6a6bba2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quartz/components/PageTitle.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ PageTitle.css = `
4646
align-self: center;
4747
4848
@media (min-width: 1025px) {
49+
max-width: 100px;
50+
width: auto;
51+
height: auto;
52+
}
53+
54+
@media (min-width: 2000px) {
4955
max-width: 200px;
5056
width: auto;
5157
height: auto;

0 commit comments

Comments
 (0)