diff options
Diffstat (limited to '')
-rw-r--r-- | stylus/voiddocs_wide.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/stylus/voiddocs_wide.css b/stylus/voiddocs_wide.css index b5db32d..4488e3d 100644 --- a/stylus/voiddocs_wide.css +++ b/stylus/voiddocs_wide.css @@ -1,8 +1,8 @@ @-moz-document domain("docs.voidlinux.org") { - -search-wrapper, #page-wrapper main { - width: 100%; - max-width: 90%; - margin: 0 auto; -} + search-wrapper, + #page-wrapper main { + width: 100%; + max-width: 90%; + margin: 0 auto; + } } |