Fix adaptivity of post tags
This commit is contained in:
@ -170,6 +170,13 @@
|
||||
background-color: var(--yellow-fg);
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
hr:last-of-type {
|
||||
|
Reference in New Issue
Block a user