Added center css util

This commit is contained in:
Marcus Noble 2017-06-03 12:06:31 +01:00
parent acdb5ab5ea
commit 5f7ddb4c30
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ a {
}
}
.center {
text-align: center;
}
pre code {
overflow: scroll;
padding-bottom: 15px;