forked from spacebar/SplatNet
feat: display splatfest stages instead of normal rotation when a splatfest is occuring
This commit is contained in:
parent
e726f9d2fe
commit
adbd516e00
5 changed files with 143 additions and 65 deletions
|
|
@ -322,4 +322,16 @@ body {
|
|||
.sprite-linkedin { width: 30px; height: 30px; background-position: -1385px -745px; background-size: initial; aspect-ratio: 1/1; }
|
||||
.sprite-stackoverflow { width: 30px; height: 30px; background-position: -1425px -745px; background-size: initial; aspect-ratio: 1/1; }
|
||||
.sprite-tumblr { width: 30px; height: 30px; background-position: -1465px -745px; background-size: initial; aspect-ratio: 1/1; }
|
||||
.sprite-twitter { width: 30px; height: 30px; background-position: -1505px -745px; background-size: initial; aspect-ratio: 1/1; }
|
||||
.sprite-twitter { width: 30px; height: 30px; background-position: -1505px -745px; background-size: initial; aspect-ratio: 1/1; }
|
||||
|
||||
.splatfest-banner-container {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.its-splatfest-time {
|
||||
max-width: auto;
|
||||
height: 120%;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
Loading…
Reference in a new issue