mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
.member {
|
|
display: flex;
|
|
gap: 1rem;
|
|
|
|
&__info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
&__link {
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
}
|
|
}
|