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