From 24868f6801e108cd80a17e9ab140e2db5587afbd Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Thu, 12 May 2016 12:51:02 +0200 Subject: [PATCH] Responsive per mobile --- index.html | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 99db405..735aaf9 100644 --- a/index.html +++ b/index.html @@ -278,6 +278,23 @@ background: black; color: white; } + @media screen and (max-width: 600px) { + .nav{ + width: calc(100vw - 3rem); + margin-bottom: .5rem; + float: none; + } + .sections{ + float: none; + width: calc(100vw - 1rem); + } + .section{ + width: calc(100vw - 3rem); + } + .footer{ + display: none; + } + } @@ -300,10 +317,12 @@
- - - -
+
+ + + +
+