Skip to content

Instantly share code, notes, and snippets.

@wbxpress
Created April 2, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbxpress/1803420d991f933b373f899bc2381577 to your computer and use it in GitHub Desktop.
Save wbxpress/1803420d991f933b373f899bc2381577 to your computer and use it in GitHub Desktop.
/* 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