diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 08:24:35 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 08:24:35 +0100 |
| commit | 0128568e2221f1d0d5df9fe3a1ab6e5911c0655a (patch) | |
| tree | 17141b6a9910a8edea9bd02d293414f79dc0c9f0 /public/css/base | |
| parent | 4e4486f60ea2a09a91a875f20f276ad2693ddfaf (diff) | |
Adds xs breakpoint
Diffstat (limited to 'public/css/base')
| -rw-r--r-- | public/css/base/typography.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/base/typography.css b/public/css/base/typography.css index 6cd6422..fb2ac17 100644 --- a/public/css/base/typography.css +++ b/public/css/base/typography.css @@ -4,6 +4,7 @@ body { font-weight: 400; letter-spacing: 0.03rem; line-height: 1.5; + word-wrap: break-word; } h1 { |
