Docs: Don't justify navigation.

This commit is contained in:
David Himmelstrup 2020-09-20 09:30:57 +08:00
commit c1ea440903

View file

@ -4,3 +4,6 @@ pre code {
body {
text-align: justify;
}
nav {
text-align: initial;
}