1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00
2015-05-05 03:10:25 +02:00

8 lines
120 B
Plaintext

// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}