+
+

+
+
No content here 📝
@@ -201,6 +208,17 @@ $header-height: 40px;
max-width: 620px;
}
}
+
+ .loading {
+ display: flex;
+ flex: 1;
+ justify-content: center;
+ align-items: center;
+
+ .is-loading {
+ animation: spinAround 0.8s infinite linear;
+ }
+ }
}
@media screen and (max-width: 768px) {