Make responsive

This commit is contained in:
Jonathan Cremin 2015-01-18 15:51:01 +00:00
parent add70a4727
commit 45e206e298
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/style.css" />
<title>minie links!</title>
</head>

View file

@ -857,7 +857,7 @@ there.
.container {
margin-top: 25vh;
width: 570px;
max-width: 570px;
}
.not-found h2 {