bolg comment becomes ok
This commit is contained in:
parent
3ca7870456
commit
14f57906eb
135 changed files with 27883 additions and 58 deletions
|
|
@ -0,0 +1,7 @@
|
|||
// Center-align a block level element
|
||||
|
||||
.center-block() {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue