MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 491: | Line 491: | ||
grid-template-columns: repeat(2, 1fr); | grid-template-columns: repeat(2, 1fr); | ||
gap: 14px; | gap: 14px; | ||
} | |||
/* === Start Here page: scrolling tile animation === */ | |||
@keyframes scrollUp { | |||
0% { transform: translateY(0); } | |||
100% { transform: translateY(-50%); } | |||
} | } | ||