Quick Fix Viewport
This commit is contained in:
parent
4253d3fc4a
commit
002c9b3fcb
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue