31 lines
No EOL
434 B
SCSS
31 lines
No EOL
434 B
SCSS
#WeaponGrid {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
#ExtraWeapons #grid_weapons > * {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#grid_weapons {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 528px;
|
|
}
|
|
|
|
#grid_weapons > * {
|
|
margin-bottom: 24px;
|
|
margin-right: 24px;
|
|
|
|
}
|
|
|
|
#grid_weapons > *:nth-child(3n+3) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#grid_weapons > li {
|
|
list-style: none;
|
|
} |