Fix CSS typo in accessibility css

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2019-01-24 21:16:44 +01:00 committed by John Molakvoæ (skjnldsv)
parent 79d94be821
commit ff58f1f386
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
// Limit width of settings sections for readability
#accessibility .section p {
#accessibility.section p {
max-width: 800px;
}