This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
_s/sass/modules/_alignments.scss

20 lines
231 B
SCSS
Raw Permalink Normal View History

.alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
2020-04-05 20:49:27 +00:00
@include center-block;
2020-04-05 20:49:27 +00:00
margin-bottom: 1.5em;
}