mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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;
|
||||
}
|
||||
@media (min-width: 40em) {
|
||||
.deck > header.loading:after {
|
||||
height: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline {
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue