Created
April 26, 2024 14:51
-
-
Save 0kzh/d56c10756d2174f4b4215306971255dc to your computer and use it in GitHub Desktop.
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
.fullWidthSection { | |
/* Hack to make the section full viewport width */ | |
width: 100vw; | |
margin-left: calc( | |
-50vw + 50% | |
); /* Adjusts the section to align left edge with the viewport */ | |
margin-right: calc( | |
-50vw + 50% | |
); /* Adjusts the section to align right edge with the viewport */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment