diff --git a/src/site/pug/home.pug b/src/site/pug/home.pug index 0e69d60..665c9b9 100644 --- a/src/site/pug/home.pug +++ b/src/site/pug/home.pug @@ -29,6 +29,13 @@ html section.about h2= ll.about_bibliogram_header != ll.pug_about_bibliogram_content({link_to_featured_profiles: constants.featured_profiles.length}) + + .notice + section.about + h2 Experiencing problems with Bibliogram? + p: a(href="https://lists.sr.ht/~cadence/bibliogram-announce/%3C20201218014302.855fa8a816be2f19da2f56e3%40disroot.org%3E") Read more here. + + section.about h2= ll.about_this_instance_header ul if onionLocation diff --git a/src/site/sass/includes/_main.sass b/src/site/sass/includes/_main.sass index 80ce0be..497a2ad 100644 --- a/src/site/sass/includes/_main.sass +++ b/src/site/sass/includes/_main.sass @@ -649,13 +649,19 @@ body .about-container background-color: map-get($theme, "background-power-secondary") color: map-get($theme, "foreground-power-secondary") - padding: 50px 20px + padding: 50px 0px flex: 1 min-height: 60vh + .notice + background-color: map-get($theme, "background-power-tertiary") + margin: 10px 0px + padding: 20px 0px 10px + .about max-width: 700px margin: 0px auto + padding: 0px 20px line-height: 1.4 font-size: 20px