Apparently font awesome no longer acts as text with the new JS version.

This commit is contained in:
Dominik V. Salonen 2018-03-14 14:01:02 +01:00
parent f369f6148c
commit b485e57c8c
1 changed files with 2 additions and 3 deletions

View File

@ -101,9 +101,8 @@ h1, h2, h3, h4, h5, p {
.loading { .loading {
font-size: 26pt; font-size: 26pt;
color: #FF5555; color: #FF5555;
text-align: center; display: block;
margin-top: 70px; margin: 70px auto;
margin-bottom: 70px;
animation-name: spin; animation-name: spin;
animation-duration: 4000ms; animation-duration: 4000ms;
animation-iteration-count: infinite; animation-iteration-count: infinite;