Stronger loader for large screen

This commit is contained in:
Lim Chee Aun 2023-04-17 20:52:05 +08:00
parent 8565bb930b
commit 5f263d3658

View file

@ -185,6 +185,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
);
animation: indeterminate-bar 1s ease-in-out infinite alternate;
}
@media (min-width: 40em) {
.deck > header.loading:after {
height: 8px;
}
}
.timeline {
margin: 0 auto;