MediaWiki:Common.css/src/interface/responsive/600px.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

Ancestors: / src / interface / responsive / 600px.scss

Siblings:1366px.scss600px.scss720px.scss900px.scss

Children: (none)

@use '../../lib';
:root{
	--layout-logo-scale: 0.5;
}

/* footer */
#footer{
	#footer-info-lastmod{
		grid-column: l/r;
	}
	#footer-icons{
		float: none;
	}
	#footer-info-copyright{
		grid-column: l/r;
		padding-right: 0;
		padding-bottom: 40px;
		img{
			right: auto;
			left: 0;
		}
	}
}