Fixed responsive CSS

master
Feuerhamster 6 years ago
parent ba1a1eb712
commit 446df39222

@ -11,7 +11,7 @@
<title>Web-Youtube-Downloader</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=400, initial-scale=0.9">
<meta name="viewport" content="width=400, initial-scale=0.8">
<meta name="description" content="Get data of youtube videos and download the sources">
<link rel="stylesheet" href="style.css?v=2" />
@ -25,7 +25,7 @@
<div id="head-bar">
<h1 onclick="window.location.href='./';" style="cursor: pointer;"> <i class="fab fa-youtube"></i> Web-Youtube-Downloader</h1>
<h1 onclick="window.location.href='./';" style="cursor: pointer;"> <i class="fas fa-file-video"></i> <span id="head-text">Web-Youtube-Downloader</span></h1>
<div class="spacer"></div>

@ -21,6 +21,9 @@ h1, h2, h3, h4, h5, h6, p{
.box{
flex-wrap: wrap;
}
#head-text{
display: none;
}
}
.pre{

Loading…
Cancel
Save