1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

he has no style

This commit is contained in:
Steffo 2018-11-03 18:57:44 +01:00
parent 6c365b43e0
commit a2ee4c304e

View file

@ -752,6 +752,7 @@ table {
.halloweenmini { .halloweenmini {
background-color: #311515; background-color: #311515;
color: #ffa1a1;
padding: 18px; padding: 18px;
grid-template-columns: 100%; grid-template-columns: 100%;
@ -828,11 +829,6 @@ table {
.right { .right {
grid-column: 2; grid-column: 2;
} }
.halloween {
grid-column-start: 1;
grid-column-end: 3;
}
} }
@media (max-width:600px) { @media (max-width:600px) {
@ -853,21 +849,6 @@ table {
grid-row-end: 3; grid-row-end: 3;
} }
} }
.halloween {
.lower-box {
text-align: center;
.time-left {
font-size: 64px;
font-family: "Consolas", "Source Code Pro", monospace;
}
.mysterystatus {
font-size: 64px;
}
}
}
} }
.event { .event {