the div is centered

This commit is contained in:
Eris
2018-01-19 15:29:27 -05:00
parent fc3a7a55b3
commit 7a6836fc94
2 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,11 @@
display: block;
}
.centerdamnit {
display: table;
margin: 0 auto;
}
.cal_description {
font-style: italic;
display: block;