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

@ -1,7 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <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" /> <link rel="stylesheet" href="/static/style.css" />
<title>minie links!</title> <title>minie links!</title>
</head> </head>

View file

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