Files @ d597c74e9092
Branch filter:

Location: CopyleftConf/copyleftconf-website/static/bootstrap/stylesheets/bootstrap/mixins/_center-block.scss

Christopher Neugebauer
Shadow adjustments
1
2
3
4
5
6
7
// Center-align a block level element

@mixin center-block() {
  display: block;
  margin-left: auto;
  margin-right: auto;
}