Last active
January 7, 2018 11:29
-
-
Save cossssmin/bd4fb7a6108d1e94cc4dd46fcd668f5a to your computer and use it in GitHub Desktop.
Acorn Universal Spacer
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
<!-- Default --> | |
<div class="spacer" style="line-height: 80px;"> </div> |
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
<!-- Mobile height override --> | |
<div class="spacer" style="line-height: 80px; height: 80px;"> </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment