From b2e41856f2569f971e38e3740ed0ceb831925a3c Mon Sep 17 00:00:00 2001 From: Ole Henrik Stabell Date: Thu, 11 May 2017 21:08:02 +0200 Subject: [PATCH] Made the site responsive(mobile-friendly) --- css/main.css | 2 ++ index.html | 1 + 2 files changed, 3 insertions(+) diff --git a/css/main.css b/css/main.css index 92f4ec5..e027070 100644 --- a/css/main.css +++ b/css/main.css @@ -2,6 +2,8 @@ body { font-family: 'Roboto', sans-serif; } +@media (min-width: 300px) {} + .container { position: relative; width: 100%; diff --git a/index.html b/index.html index f53a9fc..ec17c94 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ Destiny Flavor Text +