diff options
| -rw-r--r-- | .config/firefox/userContent.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index a878a36..95b7ad9 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -137,3 +137,10 @@ left: auto !important; } } + +@-moz-document domain(pubs.opengroup.org) { + body { + max-width: 40em; + margin: auto !important; + } +} |
