Quick Fix Viewport
This commit is contained in:
parent
4253d3fc4a
commit
002c9b3fcb
@ -4,7 +4,7 @@
|
|||||||
<title>RedXen Community</title>
|
<title>RedXen Community</title>
|
||||||
<link rel="stylesheet" href="res/web.css">
|
<link rel="stylesheet" href="res/web.css">
|
||||||
<meta name="author" content="caskd">
|
<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 charset="UTF-8">
|
||||||
<meta name="description" content="The homepage of the RedXen Community">
|
<meta name="description" content="The homepage of the RedXen Community">
|
||||||
<script
|
<script
|
||||||
|
@ -233,7 +233,7 @@ html {
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: auto;
|
height: auto;
|
||||||
font-size: 1.5vw;
|
font-size: vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -334,7 +334,7 @@ html {
|
|||||||
padding: 0 7px 0 7px;
|
padding: 0 7px 0 7px;
|
||||||
}
|
}
|
||||||
#footer-r, #footer-r a {
|
#footer-r, #footer-r a {
|
||||||
font-size: 2vw;
|
font-size: 3vw;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#footer-r {
|
#footer-r {
|
||||||
|
Loading…
Reference in New Issue
Block a user