mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-20 06:19:05 -04:00
15 lines
134 B
SCSS
15 lines
134 B
SCSS
Grid
|
|
{
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
Grid.padding
|
|
{
|
|
padding: 16px;
|
|
}
|
|
|
|
Grid.gap
|
|
{
|
|
gap: 16px;
|
|
} |