diff --git a/app/static/styles.css b/app/static/styles.css index e66243c..e7de15d 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -146,18 +146,18 @@ a { color: inherit; text-decoration: none; } } .brand-divider { - width: 48px; + width: 10px; height: 3px; background: var(--blue); border-radius: 2px; margin-top: 28px; - animation: divider-breathe 10s ease-in-out infinite; + animation: divider-breathe 24s ease-in-out infinite; } @keyframes divider-breathe { - 0% { width: 48px; } - 50% { width: 100%; } - 100% { width: 48px; } + 0% { width: 10px; } + 50% { width: 50%; } + 100% { width: 10px; } } .brand-footer {