From 2ec10fc40a9e8f7de25187c5407841eb8ac39e06 Mon Sep 17 00:00:00 2001 From: Percy Date: Wed, 16 Jun 2021 12:22:32 +0000 Subject: [PATCH] fix: link and image overflow --- dist/assets/site.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/assets/site.css b/dist/assets/site.css index e928d16..768658b 100644 --- a/dist/assets/site.css +++ b/dist/assets/site.css @@ -4,6 +4,8 @@ body { font-family: 'Roboto', sans-serif; font-weight: 300; color: #050505; + width: 100%; + word-wrap: break-word; } /* roboto-300 - latin-ext */