From 748fc07447ae83a3e5bdfe3133671a68c8d7a5a6 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 12 Jan 2018 19:46:18 +0100 Subject: [PATCH] mobile width --- icf.css | 9 +++++++++ index.html | 4 ++-- robots.txt | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/icf.css b/icf.css index 0c6a4aa..c98da56 100644 --- a/icf.css +++ b/icf.css @@ -131,3 +131,12 @@ em, i { .section a:hover { text-decoration: underline; } + + +@media (max-width: 768px) { + .section { + left: 0px; + padding: 16px 32px 32px 32px; + width: 640px; + } +} diff --git a/index.html b/index.html index b4c445d..b5465cc 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - +