Portal:Current events/News Browser/styles.css: Difference between revisions

From PsiForum
Jump to navigation Jump to search
(Created page with "→‎{{pp|small=y}}: .p-current-events-news-browser { display: flex; font-size: 98%; box-sizing: border-box; margin-bottom: 0.5em; border: 1px solid #cedff2; padding: 7px; background-color: #f5faff; align-items: center; } .p-current-events-news-browser img { min-width: 32px; →‎match image width set in template: } .p-current-events-news-browser ul { text-align: center; flex: 1; } @media all and (min-width: 360px) { .p-current-events-news-browser ul a {...")
 
(Tachyony changed the content model of the page Portal:Current events/News Browser/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 

Latest revision as of 01:37, 19 December 2021

/* {{pp|small=y}} */
.p-current-events-news-browser {
	display: flex;
	font-size: 98%;
	box-sizing: border-box;
	margin-bottom: 0.5em;
	border: 1px solid #cedff2;
	padding: 7px;
	background-color: #f5faff;
	align-items: center;
}

.p-current-events-news-browser img {
	min-width: 32px; /* match image width set in template */
}

.p-current-events-news-browser ul {
	text-align: center;
	flex: 1;
}

@media all and (min-width: 360px) {
	.p-current-events-news-browser ul a {
		white-space: nowrap;
	}
}