1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-08-05 00:07:50 +02:00

Don't justify contents by default

Justifying contents is discouraged in general, but furthermore produces some really ugly lines with Pico's sample contents
This commit is contained in:
Daniel Rudolf
2022-04-03 16:55:53 +02:00
parent da7abf9f0d
commit f322a0bbdd
2 changed files with 1 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ Released: -
* [New] Update to API version 4 (no changes necessary)
* [Changed] Include non-hidden pages without a title in the navigation menu;
use the page ID as fallback for the missing page title
* [Changed] Don't justify text contents by default
* [Changed] Update syntax to Twig 3.3
* [Changed] Update credits in theme footer
```

View File

@@ -185,7 +185,6 @@ body {
}
p, td, th, li, dd {
text-align: justify;
overflow-wrap: break-word;
word-wrap: break-word;
}