1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:46:40 -04:00

add loading spinner to /projects

This commit is contained in:
2021-07-31 10:15:33 -04:00
parent 053e5922c6
commit b273bdbf99
7 changed files with 60 additions and 34 deletions

View File

@ -18,13 +18,9 @@
// modified from https://tobiasahlin.com/spinkit/
.spinner {
width: 20px;
text-align: center;
display: inline-block;
> div {
width: 5px;
height: 10px;
display: inline-block;
animation: loader 1.4s infinite ease-in-out both;