2,124
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
/* Page Link Lists */ | /* Page Link Lists */ | ||
.game-page-links-container { | .game-page-links-container { | ||
justify-content: space-around; | justify-content: space-around; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
width: 100%; margin: 20px; | width: 100%; | ||
margin: 20px; | |||
} | } | ||
Line 124: | Line 124: | ||
flex-direction: column-reverse; | flex-direction: column-reverse; | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||