diff --git a/src/styles.css b/src/styles.css index 89a86e0..46b32a0 100644 --- a/src/styles.css +++ b/src/styles.css @@ -4,7 +4,7 @@ border-radius: 50%; width: 50px; height: 50px; - animation: spin 2s linear infinite; + animation: spin 2.2s linear infinite; } @keyframes spin { @@ -21,8 +21,8 @@ height: 100%; } .app-loading .spinner { - height: 250px; - width: 250px; + height: 150px; + width: 150px; animation: rotate 2s linear infinite; transform-origin: center center; position: absolute; @@ -85,4 +85,4 @@ z-index: -1; background-size: cover; background-repeat: repeat; -} \ No newline at end of file +}