~nature/galaxy.moe

93dc5fd336757090d69763831392f0fd28a21506 — LordNature 4 years ago 7efb898
templates/head.html: Removed unused inline css
1 files changed, 0 insertions(+), 13 deletions(-)

M templates/head.html
M templates/head.html => templates/head.html +0 -13
@@ 4,18 4,5 @@
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>&gt; galaxy</title>
		<link rel="stylesheet" href="assets/main.css">
		<style>
		.bg-container {
			position: fixed;
			width: 100%;
			height: 100%;
			top: 0;
			left: 50%;
			z-index: -1;
			
			background-size: cover;
			background-repeat: none;
		}
	</style>
	</head>
{{end}}