Jump to content

Template:Protected page text/styles.css: Difference between revisions

From Micro Pedia
Created page with "{{pp|small=y}}: .pptext-whywhat h2 { margin-top: 1em; border-bottom: 0; font-size: 130%; font-weight: bold; padding: 0.15em; } .pptext-submit { list-style: none; display: inline; text-align: center; } .pptext-whywhat { display: flex; flex-wrap: wrap; column-gap: 2em; } .pptext-whywhat > div { flex: 1 1 400px; }"
 
Steven Buber (talk | contribs)
m 1 revision imported
 
(No difference)

Latest revision as of 17:11, 5 January 2025

/* {{pp|small=y}} */
.pptext-whywhat h2 {
	margin-top: 1em;
	border-bottom: 0;
	font-size: 130%;
	font-weight: bold;
	padding: 0.15em;
}

.pptext-submit {
	list-style: none;
	display: inline;
	text-align: center;
}

.pptext-whywhat {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
}

.pptext-whywhat > div {
	flex: 1 1 400px;
}