Template:Sidebar/styles.css: Difference between revisions

From Mainlining Wiki
Jump to navigation Jump to search
Created blank page
 
Knuxify (talk | contribs)
Undo revision 63 by Knuxify (talk)
Tag: Undo
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.sidebar {
width: 22em;
float: right;
clear: right;
margin: 0.5em 0 1em 1em;
font-size: 88%;
}


@media (max-width: 640px) {
    .sidebar {
width: 100% !important;
clear: both;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.sidebar.nomobile {
display: none;
}
}

Latest revision as of 19:48, 19 February 2025

.sidebar {
	width: 22em;
	float: right;
	clear: right;
	margin: 0.5em 0 1em 1em;
	font-size: 88%;
}

@media (max-width: 640px) {
    .sidebar {
		width: 100% !important;
		clear: both;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.sidebar.nomobile {
		display: none;
	}
}