Skip to content

Commit 6f948dd

Browse files
font size :D
1 parent a3ac351 commit 6f948dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Main.purs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ render _ = HTML.div_
4646
cutesyFooterStyle :: CSS.CSS
4747
cutesyFooterStyle = do
4848
CSS.fontFamily ["DejaVu Sans Mono"] (Font.monospace :| [])
49+
CSS.fontSize $ CSS.px 9.5
4950

5051
attribution :: forall w i. HTML.HTML w i
51-
attribution = HTML.div_
52-
[ HTML.p [style cutesyFooterStyle]
52+
attribution = HTML.footer [style cutesyFooterStyle]
53+
[ HTML.p_
5354
[ HTML.text "made with "
5455
, HTML.b_ [HTML.text "halogen"]
5556
, HTML.text " and sheer force of will. (c) UnrelatedString 2025. "

0 commit comments

Comments
 (0)