mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-04 00:40:55 +00:00
21 lines
192 B
SCSS
21 lines
192 B
SCSS
|
#users {
|
||
|
table-layout: auto;
|
||
|
|
||
|
.country,
|
||
|
.age {
|
||
|
width: 5%;
|
||
|
}
|
||
|
|
||
|
.username,
|
||
|
.name {
|
||
|
width: 25%;
|
||
|
}
|
||
|
|
||
|
.steamid {
|
||
|
width: 20%;
|
||
|
}
|
||
|
|
||
|
.actions {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|