(Couchor changed the content model of the page Template:NewsNav.css from "wikitext" to "Sanitized CSS") Tag: content model change |
No edit summary |
||
Line 1: | Line 1: | ||
.news-nav { | .news-nav { | ||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.5rem; | |||
} | |||
.news-item { | |||
padding: 0.1rem; | |||
background-color: lightgrey; | |||
} | } |
Revision as of 20:52, 30 May 2023
.news-nav {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.news-item {
padding: 0.1rem;
background-color: lightgrey;
}