Last active
March 9, 2021 03:10
-
-
Save dvigne/16f3145e9ea8295235182da995f360a5 to your computer and use it in GitHub Desktop.
CSS for One365
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
main article section:last-child { | |
width: 100% !important; | |
overflow-x: hidden; | |
} | |
main article section:last-child .content-wrapper { | |
padding: 0px !important; | |
margin: 0px !important; | |
width: 100%; | |
max-width: unset; | |
} | |
.page-map { | |
padding: 0px !important; | |
margin: 0px !important; | |
height: 500px; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment