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

From Inkipedia, the Splatoon wiki
(Setting padding on all sides of container, so text doesn't go up against the border at the right)
(Removing bottom padding, as p tags already adds padding)
 
Line 2: Line 2:
border-style: solid;
border-style: solid;
border-width: 2px 4px;
border-width: 2px 4px;
padding: 2%;
padding: 2% 2% 0 2%;
margin: auto;
margin: auto;
}
}

Latest revision as of 22:21, 9 July 2023

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

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

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