From 45e206e2984bdfd941b3a62fe740d2ba4e9ec188 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 18 Jan 2015 15:51:01 +0000 Subject: [PATCH] Make responsive --- app/templates/index.html | 3 ++- static/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index d8e45c2..1482a78 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,7 +1,8 @@ - + + minie links! diff --git a/static/style.css b/static/style.css index d08f227..d679c30 100644 --- a/static/style.css +++ b/static/style.css @@ -857,7 +857,7 @@ there. .container { margin-top: 25vh; - width: 570px; + max-width: 570px; } .not-found h2 {