Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 01:48:16 +02:00
parent b47d85a730
commit b5b214b723
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Minecraft.ga provides you a unique and interesting experience in Minecraft. This server allows you to do whatever you want; griefing, acting like a staff member, building - you name it.">
<title>Minecraft.ga - OP Sandbox Server</title>
<link href="css/minecraft.css" rel="stylesheet">

View file

@ -251,3 +251,8 @@ font-size: 25px;
margin-bottom: 30px;
}
}
@viewport {
width: device-width;
initial-scale: 1.0;
}