6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
.users {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-gap: 20px;
|
|
}
|