Stronger loader for large screen
This commit is contained in:
parent
8565bb930b
commit
5f263d3658
1 changed files with 5 additions and 0 deletions
|
@ -185,6 +185,11 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
);
|
);
|
||||||
animation: indeterminate-bar 1s ease-in-out infinite alternate;
|
animation: indeterminate-bar 1s ease-in-out infinite alternate;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 40em) {
|
||||||
|
.deck > header.loading:after {
|
||||||
|
height: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.timeline {
|
.timeline {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue