mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
improve CSS properties for centering content, the container, and fluid container so as to not override properties where possible
This commit is contained in:
@@ -70,7 +70,8 @@
|
||||
// Center-align a block level element
|
||||
.center-block {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
// Sizing shortcuts
|
||||
|
||||
Reference in New Issue
Block a user