mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-28 18:26:12 -05:00
Cleaning up CSS
This commit is contained in:
parent
b47d85a730
commit
b5b214b723
2 changed files with 6 additions and 1 deletions
2
404.html
2
404.html
|
@ -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">
|
||||
|
|
|
@ -251,3 +251,8 @@ font-size: 25px;
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
@viewport {
|
||||
width: device-width;
|
||||
initial-scale: 1.0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue