mirror of
https://github.com/picocms/pico-theme.git
synced 2025-08-05 08:17:57 +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:
@@ -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
|
||||
```
|
||||
|
@@ -185,7 +185,6 @@ body {
|
||||
}
|
||||
|
||||
p, td, th, li, dd {
|
||||
text-align: justify;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
Reference in New Issue
Block a user