Last active
May 18, 2020 16:57
-
-
Save Carl-Hugo/4709bf2a3c88ff7b0f3500c862b01ce2 to your computer and use it in GitHub Desktop.
[DarkReader] "100% content width" updates to martinfowler.com & refactoring.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================================ | |
martinfowler.com | |
refactoring.com | |
INVERT | |
.paperBody img | |
CSS | |
main, #banner, #page-footer, .navmenu { | |
width: auto; | |
max-width: none; | |
} | |
.sidebar { | |
margin-right: 0!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment