mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-26 16:52:08 +05:30
Flex wrap!
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
parent
5df143134e
commit
27f5d5b8f6
@ -21,6 +21,7 @@ a.visited {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
flex-direction: inherit;
|
flex-direction: inherit;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card > div {
|
.card > div {
|
||||||
|
Loading…
Reference in New Issue
Block a user