This commit is contained in:
Colon 2019-10-18 12:12:22 -04:00 committed by GitHub
parent a180d54899
commit e41839f504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ p {
font-family: aller, helvetica;
color: white;
font-size: 2.9vh;
word-break: break-all;
word-break: break-word;
}
h1 {
@ -767,4 +767,4 @@ input::-webkit-inner-spin-button {
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }