We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ac351 commit 6f948ddCopy full SHA for 6f948dd
1 file changed
src/Main.purs
@@ -46,10 +46,11 @@ render _ = HTML.div_
46
cutesyFooterStyle :: CSS.CSS
47
cutesyFooterStyle = do
48
CSS.fontFamily ["DejaVu Sans Mono"] (Font.monospace :| [])
49
+ CSS.fontSize $ CSS.px 9.5
50
51
attribution :: forall w i. HTML.HTML w i
-attribution = HTML.div_
52
- [ HTML.p [style cutesyFooterStyle]
+attribution = HTML.footer [style cutesyFooterStyle]
53
+ [ HTML.p_
54
[ HTML.text "made with "
55
, HTML.b_ [HTML.text "halogen"]
56
, HTML.text " and sheer force of will. (c) UnrelatedString 2025. "
0 commit comments