Files @ fdc2503fcfc3
Branch filter:

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

Christopher Neugebauer
Merge remote-tracking branch 'rd/all-python'
1
2
3
4
5
6
7
// Center-align a block level element

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