Sha256: d7cdd777fae64819a793318ad29f4660aa4853297a6c931b5f756e3d4beccc73
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
/* ========================================================================== UTILITY CLASSES ========================================================================== */ /* Type ========================================================================== */ .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } /* Images ========================================================================== */ /* image align left */ .align-left { display: block; margin-left: auto; margin-right: auto; @include breakpoint($small) { float: left; margin-right: 1em; } } /* image align right */ .align-right { display: block; margin-left: auto; margin-right: auto; @include breakpoint($small) { float: right; margin-left: 1em; } } /* image align center */ .align-center { display: block; margin-left: auto; margin-right: auto; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sparrow-jekyll-theme-0.1.2 | _sass/_utilities.scss |