mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
use grid
This commit is contained in:
parent
3fa9b30437
commit
ba839b10db
@ -15,8 +15,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.badges {
|
.badges {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-direction: row;
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
grid-column-gap: 7px;
|
||||||
|
grid-row-gap: 7px;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user