From 4c5e9bfa95125fe9a8905fbb388ad3cd2ee56daa Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 4 May 2019 20:59:36 +0100 Subject: Stop scroll bars appearing on mobile devices because of long URLs --- assets/css/style.css | 4 ++++ content/_index.md | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3e7670a..94d37fe 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -176,6 +176,10 @@ footer { opacity: .5; } +p.break-word { + overflow-wrap: break-word; +} + @font-face { font-family: 'Fira Code'; font-style: normal; diff --git a/content/_index.md b/content/_index.md index ad53afc..7b9c500 100644 --- a/content/_index.md +++ b/content/_index.md @@ -35,8 +35,9 @@ Recent posts. Use the below urls in your RSS reader. The first is my main feed and contains all shows and posts. After that are feeds for just posts and individual shows. Lastly is my YouTube feed. -**All Content:** {{< ref "/" "rss" >}} -**Posts:** {{< ref "/posts" "rss" >}} -**Learning Arch Linux:** {{< ref "/shows/learning-arch-linux" "rss" >}} -**YouTube:** https://www.youtube.com/feeds/videos.xml?channel\_id=UCNWVuS\_-R6CsGG\_LtrF1jXg - +

+ All Content: {{< ref "/" "rss" >}}
+ Posts: {{< ref "/posts" "rss" >}}
+ Learning Arch Linux: {{< ref "/shows/learning-arch-linux" "rss" >}}
+ YouTube: https://www.youtube.com/feeds/videos.xml?channel\_id=UCNWVuS\_-R6CsGG\_LtrF1jXg +

-- cgit v1.2.3-13-gbd6f