User:Sylphoid/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sylphoid (talk | contribs)
navbox styling
 
Sylphoid (talk | contribs)
add margins
Line 2: Line 2:
clear: both;
clear: both;
width: 100%;
width: 100%;
margin: 1.5em auto 0;
}
}

Revision as of 17:50, 24 September 2024

.navbox {
	clear: both;
	width: 100%;
	margin: 1.5em auto 0;
}