hopefully made it mobile-compatible
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
|
||||
<title>Byte Dice</title>
|
||||
|
||||
<link rel="stylesheet" href="/global/navBar.css">
|
||||
@@ -14,7 +14,7 @@
|
||||
<link rel="icon" type="image/png" href="/assets/favicon_32x32.png">
|
||||
</head>
|
||||
|
||||
<body style="background-color: #323232; color: #ffffff;">
|
||||
<body>
|
||||
<div id="mainDiv">
|
||||
<img src="/assets/backgrounds/bgGradient_256x164.png" class="bgGradient">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user