mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Center tickspeed components on Modern UI, widen center header component
This commit is contained in:
parent
339b01bd15
commit
2874fabd46
@ -497,7 +497,7 @@ body.t-s9 {
|
||||
|
||||
.l-tickspeed-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
padding: 1rem 5rem 0 9rem;
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user