Center tickspeed components on Modern UI, widen center header component

This commit is contained in:
SpectralFlame 2022-09-16 20:53:07 -05:00 committed by cyip92
parent 339b01bd15
commit 2874fabd46
2 changed files with 3 additions and 3 deletions

View File

@ -497,7 +497,7 @@ body.t-s9 {
.l-tickspeed-container {
display: flex;
justify-content: space-between;
justify-content: center;
padding: 1rem 5rem 0 9rem;
}

View File

@ -37,8 +37,8 @@ export default {
.l-game-header__center {
position: absolute;
right: calc(50% - 20rem);
width: 40rem;
right: calc(50% - 25rem);
width: 50rem;
}
.l-game-header__infinity {