mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
group card padding
This commit is contained in:
parent
67e0da6a48
commit
0d2b4342aa
1 changed files with 5 additions and 1 deletions
|
@ -96,7 +96,11 @@ async function leave(group) {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
._content {
|
._content {
|
||||||
margin: 1rem 0;
|
padding: 20px;
|
||||||
|
|
||||||
|
>.defgtij {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
._footer {
|
._footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue