Statocles
view release on metacpan or search on metacpan
site/theme/css/skeleton.css view on Meta::CPAN
ul,
ol,
form {
margin-bottom: 2.5rem; }
/* Utilities
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; }
/* Misc
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Media Queries
ââââââââââââââââââââââââââââââââââââââââââââââââââ */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
( run in 2.849 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )