Skip to content

Commit e1172a6

Browse files
committed
fix: sitemap style
1 parent 333817f commit e1172a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/layouts/_default/sitemap.xsl.twig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@
1515
body {
1616
margin: 1rem auto;
1717
padding: 1rem;
18-
max-width: 40rem;
18+
max-width: 64rem;
1919
background-color: #EFF0F4;
2020
color: #586069;
2121
font-family: Helvetica, Arial, sans-serif;
2222
font-size: 1rem;
2323
line-height: 1.5rem;
2424
}
25+
h1 {
26+
line-height: normal;
27+
}
2528
input {
2629
min-width: 100%;
2730
margin-left: .2rem;

0 commit comments

Comments
 (0)