Template:Twitter archive/styles.css: Difference between revisions

From Inkipedia, the Splatoon wiki
(Rm text-align on images)
(Setting padding on all sides of container, so text doesn't go up against the border at the right)
Line 2: Line 2:
border-style: solid;
border-style: solid;
border-width: 2px 4px;
border-width: 2px 4px;
padding-left: 2%;
padding: 2%;
padding-top: 2%;
margin: auto;
margin: auto;
}
}

Revision as of 22:19, 9 July 2023

.twitter-archive-container {
	border-style: solid;
	border-width: 2px 4px;
	padding: 2%;
	margin: auto;
}

.twitter-archive-images {
	margin: auto;
}

.twitter-archive-red {
	color: red;
}