Module:Featured article list/randoms/styles.css

求闻百科,共笔求闻
.falist ol {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
	gap: 1em 1em;
}

.falist li {
	display: block;
	flex: 1 1 100%;
}