diff --git a/make-pages/SinglePage.hs b/make-pages/SinglePage.hs index 254cee6..362489d 100644 --- a/make-pages/SinglePage.hs +++ b/make-pages/SinglePage.hs @@ -56,19 +56,17 @@ make' nsfw dir info@(Info {date, title, artist}) = [b|@0 -
+
$descSection $tagsList $linksList -
+ |] where @@ -121,7 +119,7 @@ makeButtonBar title images = 0 -> throw $ NoEligibleImages title 1 -> "" _ -> [b|@0 - |] where linkList = map extLink links extLink :: Link -> Builder -extLink (Link {title, url}) = [b|@6 +extLink (Link {title, url}) = [b|@8
  • $*title diff --git a/style/shiny/single.css b/style/shiny/single.css index 734e04a..e67ef82 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -75,13 +75,16 @@ body { content: url(../18_plus.svg); } -#info section { +#info { + max-width: 80%; + margin: auto; +} + +.info-section { display: grid; grid-template-columns: 10% auto; grid-gap: 2em; align-items: baseline; - max-width: 80%; - margin: auto; } #info h2, #info ul, #info p {