Created
April 2, 2019 16:52
-
-
Save wbxpress/1803420d991f933b373f899bc2381577 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
/* Front Page Widgets | |
--------------------------------------------- */ | |
.front-page-1 .widget { | |
float: left; | |
width: 50%; | |
} | |
.front-page-2 .widget { | |
float: left; | |
width: 50%; | |
} | |
.front-page-3 .widget { | |
float: left; | |
width: 50%; | |
} | |
.front-page-4 .widget { | |
float: left; | |
width: 50%; | |
} | |
.widget { | |
margin-bottom: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment