0025e7e961
index.html, mail/, bootstrap and jquery bower components will build to the dist folder when running grunt
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
// Center-align a block level element
|
|
|
|
.center-block() {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|