Quick Fix Viewport

This commit is contained in:
Alex D. 2018-06-27 16:41:50 +02:00
parent 4253d3fc4a
commit 002c9b3fcb
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<title>RedXen Community</title>
<link rel="stylesheet" href="res/web.css">
<meta name="author" content="caskd">
<meta name="viewport" content="width=475, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="The homepage of the RedXen Community">
<script

View File

@ -233,7 +233,7 @@ html {
display: flex;
width: 95%;
height: auto;
font-size: 1.5vw;
font-size: vw;
text-align: center;
align-items: center;
overflow: hidden;
@ -334,7 +334,7 @@ html {
padding: 0 7px 0 7px;
}
#footer-r, #footer-r a {
font-size: 2vw;
font-size: 3vw;
padding: 0;
}
#footer-r {