We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4122824 commit e3616daCopy full SHA for e3616da
Sources/Website/Pages/Index.swift
@@ -22,7 +22,7 @@ func index() -> HTML {
22
.class("index-content hidden")
23
.attribute(named: "aria-live", value: "polite")
24
}
25
- .class("index-main-inner max-w-2xl mx-auto px-5 pt-28 pb-20 min-h-screen")
+ .class("index-main-inner max-w-2xl mx-auto px-6 pt-28 pb-20 min-h-screen")
26
.id("index-main")
27
28
Script {
0 commit comments