Last active
July 23, 2019 12:36
-
-
Save mennwebs/b4e5beda568343bbb29d6afd079ffe86 to your computer and use it in GitHub Desktop.
No margin for last child (p, ol, ul, ...) in div.box
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
| .box { | |
| > :last-child { | |
| margin-bottom: 0; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment