openfree commited on
Commit
797b500
·
verified ·
1 Parent(s): d16fc33

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +2 -1
app.css CHANGED
@@ -659,4 +659,5 @@ footer, .footer, div[class*="footer"], #footer {
659
  @keyframes spin {
660
  0% { transform: rotate(0deg); }
661
  100% { transform: rotate(360deg); }
662
- }
 
 
659
  @keyframes spin {
660
  0% { transform: rotate(0deg); }
661
  100% { transform: rotate(360deg); }
662
+ }
663
+ } /* 이 닫는 중괄호 추가 */