Sha256: 10e3a6eb93df549ba0672b2d62ec1813becd1648f9d9cceb16178faf14495d69
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sparrow-jekyll-theme-0.1.1 | _sass/_utilities.scss |
sparrow-jekyll-theme-0.1.0 | _sass/_utilities.scss |