1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-23 14:25:24 +02:00

Fix CSS: set max-width of li, not ul/ol

This commit is contained in:
Elisabeth Henry 2016-03-07 23:28:34 +01:00
parent eed7530f04
commit 120dfbeed2

View File

@ -95,7 +95,7 @@ nav {
}
/* Improving readability for the HTML format only */
p, blockquote, ul, ol {
p, blockquote, li {
margin-right: auto;
max-width: 33em;
}