From 6f2d68616306a30fcda565e0c763e1349dc07c26 Mon Sep 17 00:00:00 2001 From: Cadence Fish Date: Wed, 29 Jan 2020 00:37:08 +1300 Subject: [PATCH] Revise about section on homepage --- src/site/pug/home.pug | 6 +++--- src/site/sass/main.sass | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/site/pug/home.pug b/src/site/pug/home.pug index 3f41a92..dc4f255 100644 --- a/src/site/pug/home.pug +++ b/src/site/pug/home.pug @@ -25,9 +25,9 @@ html section.about h2 About Bibliogram p. - Bibliogram takes data from Instagram's public profile views and produces a friendlier page - that loads faster, proxies images, provides copyable and saveable image sources, eliminates ads, - generates RSS feeds, and doesn't urge you to sign up. + Bibliogram is a website that takes data from Instagram's public profile views and puts it into + a friendlier page that loads faster, gives downloadable images, eliminates ads, + generates RSS feeds, and doesn't urge you to sign up. #[a(href="/u/instagram").example-link See an example.] p. Bibliogram does #[em not] allow you to anonymously post, like, comment, follow, or view private profiles. It does not preserve deleted posts. diff --git a/src/site/sass/main.sass b/src/site/sass/main.sass index fce68c1..12ca73b 100644 --- a/src/site/sass/main.sass +++ b/src/site/sass/main.sass @@ -384,5 +384,8 @@ body line-height: 1.4 font-size: 20px + .example-link + white-space: nowrap + .link-list color: $link-color