Skip to content

Commit f77970c

Browse files
committed
wip: decrease spacer height
1 parent 004f833 commit f77970c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Pages/HomePage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ extension HomePage {
425425
}
426426

427427
Class("spacer") => {
428-
AnyProperty("height", "1.25rem")
428+
AnyProperty("height", "0.85rem")
429429
AnyProperty("background", "repeating-linear-gradient(45deg, transparent 0% 35%, #333 35% 50%, transparent 50% 85%, #333 85% 100%)")
430430
AnyProperty("background-size", "5px 5px")
431431
}

0 commit comments

Comments
 (0)