Archived
1
0

center text in wobble

This commit is contained in:
Jeff Becker 2017-01-28 11:36:00 -05:00
parent 1d20cb3142
commit 0ab6dca181

View File

@ -636,4 +636,5 @@ th > label {
.wobble {
animation: ebin 0.25s infinite;
animation-timing-function: linear;
text-align: center;
}