Skip to content

Instantly share code, notes, and snippets.

@loiclefloch
Created December 15, 2015 10:19
Show Gist options
  • Save loiclefloch/e3cfe786fa23b306812e to your computer and use it in GitHub Desktop.
Save loiclefloch/e3cfe786fa23b306812e to your computer and use it in GitHub Desktop.
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
@media (min-width: 768px) {
.text-sm-left { text-align: left; }
.text-sm-right { text-align: right; }
.text-sm-center { text-align: center; }
.text-sm-justify { text-align: justify; }
}
@media (min-width: 992px) {
.text-md-left { text-align: left; }
.text-md-right { text-align: right; }
.text-md-center { text-align: center; }
.text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) {
.text-lg-left { text-align: left; }
.text-lg-right { text-align: right; }
.text-lg-center { text-align: center; }
.text-lg-justify { text-align: justify; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment