Difference between revisions of "Template:Home/custom.css"

Template page
(Created page with "header{ display: none !important; }")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
header{
.mw-body-header,
.catlinks,
.mw-portal{
display: none !important;
display: none !important;
}
}

Latest revision as of 03:18, 30 January 2021

.mw-body-header,
.catlinks,
.mw-portal{
	display: none !important;
}