feat: add center class

Seems to be a default feature in many skins
This commit is contained in:
alistair3149 2021-03-09 12:37:15 -05:00
parent b07ae77c50
commit c4d86edb23
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -132,3 +132,8 @@
}
}
}
.center {
width: 100%;
text-align: center;
}