From c886e3668fa30781c8b1b9a6a044e6cbb8d73c42 Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Wed, 5 Dec 2018 09:52:13 -0500 Subject: [PATCH] viewport should ajust perfectly on mobile. --- index.php | 65 ++++++++++++++++++++++++++++++++++++++++--------------- style.css | 2 +- 2 files changed, 49 insertions(+), 18 deletions(-) diff --git a/index.php b/index.php index e08fc34..aea0cd4 100644 --- a/index.php +++ b/index.php @@ -14,23 +14,54 @@ $details = isset($_GET['details']) ? $_GET['details'] : ""; - - - - - - - + + + + + + + + + + diff --git a/style.css b/style.css index ec6252a..b3fd46e 100644 --- a/style.css +++ b/style.css @@ -43,7 +43,7 @@ body{ margin-top: 10px; display: block; overflow: auto; - opacity: 0.9; + opacity: 0.95; } #message {