Compare commits
2 Commits
c16bc905ed
...
36c43012d9
| Author | SHA1 | Date | |
|---|---|---|---|
| 36c43012d9 | |||
| 9a8dace7ec |
@@ -151,6 +151,13 @@ a { color: inherit; text-decoration: none; }
|
||||
background: var(--blue);
|
||||
border-radius: 2px;
|
||||
margin-top: 28px;
|
||||
animation: divider-breathe 5s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes divider-breathe {
|
||||
0% { width: 48px; }
|
||||
50% { width: 100%; }
|
||||
100% { width: 48px; }
|
||||
}
|
||||
|
||||
.brand-footer {
|
||||
|
||||
Reference in New Issue
Block a user