diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-12-25 21:47:31 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-12-25 21:47:31 +0100 |
| commit | 0f5830ce4865205debf5c8705097f62459712621 (patch) | |
| tree | 1a1e6c61a5e2296782a9626ba892e3930548fabb /.config/firefox | |
| parent | 8b3478501f41efcf87cae247de50dd65d1ef0d82 (diff) | |
| download | dotfiles-0f5830ce4865205debf5c8705097f62459712621.tar.xz | |
Fix custom CSS for LWN
Removing the padding made the main column hide beneath the left menu
when reducing the window width.
Diffstat (limited to '.config/firefox')
| -rw-r--r-- | .config/firefox/userContent.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 43cb5d0..b620153 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -85,7 +85,6 @@ .maincolumn { max-width: 60em; margin: auto; - padding-left: 0 !important; } } |
