From 446df392226276f4b730aa4cfb84825a090155c9 Mon Sep 17 00:00:00 2001 From: Feuerhamster Date: Sat, 3 Aug 2019 10:47:16 +0200 Subject: [PATCH] Fixed responsive CSS --- index.php | 4 ++-- style.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 3de6696..7e0a90f 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ Web-Youtube-Downloader - + @@ -25,7 +25,7 @@
-

Web-Youtube-Downloader

+

Web-Youtube-Downloader

diff --git a/style.css b/style.css index b8afc54..31af639 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,9 @@ h1, h2, h3, h4, h5, h6, p{ .box{ flex-wrap: wrap; } + #head-text{ + display: none; + } } .pre{