From 6c3fecaf6818c26fa0c3de6416d85247a7db979d Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Sun, 22 Mar 2020 18:07:58 +0100 Subject: [PATCH] delete name tag on mobiles --- css/home.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/home.css b/css/home.css index 44213d1..bf0c27c 100644 --- a/css/home.css +++ b/css/home.css @@ -93,6 +93,11 @@ height: 300px; width: 100%; } + + /* hide name tag on mobiles */ + #nameTag { + display: none; + } } @media only screen and (min-width: 600px) { diff --git a/index.html b/index.html index 53698f2..d23fcab 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@