Skip to content

Instantly share code, notes, and snippets.

@dvigne
Last active March 9, 2021 03:10
Show Gist options
  • Save dvigne/16f3145e9ea8295235182da995f360a5 to your computer and use it in GitHub Desktop.
Save dvigne/16f3145e9ea8295235182da995f360a5 to your computer and use it in GitHub Desktop.
CSS for One365
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