From a3aa5b9ea09d71cb86884176bf5bb89270aef5a3 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 12 Sep 2023 10:02:34 -0500 Subject: pico.css works --- web/view/brand/aging.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'web/view') diff --git a/web/view/brand/aging.scm b/web/view/brand/aging.scm index 6d196ad..62b5df7 100644 --- a/web/view/brand/aging.scm +++ b/web/view/brand/aging.scm @@ -35,13 +35,14 @@ (@ (rel "stylesheet") (media "screen") (type "text/css") - (href "/css/pico.min.css") + (href "/css/pico.css") )) ,@head) (body - (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (align "right") (width "400"))) + (main (@ (class "container")) + (img (@ (src "/static/images/ole-farmer.jpg") (alt "ol farmer by hohumhobo is licensed under CC BY 2.0") (width "400"))) (h1 ,title) - (p ,info) + (p ,info))) (footer (hr) (p "Copyright © 2005-2023 " @@ -49,4 +50,4 @@ (p "GeneNetwork and this website runs fully on free software. See status and download the " (a (@ (href "https://ci.genenetwork.org/")) "source code") ".")) - )))) + ))) -- cgit v1.2.3