Skip to content

Commit e3616da

Browse files
authored
Update Index.swift
1 parent 4122824 commit e3616da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Website/Pages/Index.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func index() -> HTML {
2222
.class("index-content hidden")
2323
.attribute(named: "aria-live", value: "polite")
2424
}
25-
.class("index-main-inner max-w-2xl mx-auto px-5 pt-28 pb-20 min-h-screen")
25+
.class("index-main-inner max-w-2xl mx-auto px-6 pt-28 pb-20 min-h-screen")
2626
.id("index-main")
2727

2828
Script {

0 commit comments

Comments
 (0)