page title too big
This commit is contained in:
parent
8b31ae5687
commit
c9a8cef28a
|
|
@ -202,6 +202,7 @@
|
||||||
/* screen size < 700px */
|
/* screen size < 700px */
|
||||||
@media screen and (max-width: 700px) {
|
@media screen and (max-width: 700px) {
|
||||||
#stats {padding-bottom:2em;}
|
#stats {padding-bottom:2em;}
|
||||||
|
h1 {font-size: 1em;}
|
||||||
}
|
}
|
||||||
#stat-pos, #stat-pixels, #stat-shift, #stat-tps, #stat-ticks {
|
#stat-pos, #stat-pixels, #stat-shift, #stat-tps, #stat-ticks {
|
||||||
float:left;
|
float:left;
|
||||||
|
|
@ -4355,8 +4356,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 class="pagetitle">
|
<h1 class="pagetitle">
|
||||||
<a href="https://R74n.com" class="backbutton" target="_blank"><</a>
|
<a href="https://R74n.com" class="backbutton" target="_blank"><</a> Sandboxels</h1>
|
||||||
Sandboxels</h1>
|
|
||||||
<div id="gameDiv">
|
<div id="gameDiv">
|
||||||
<canvas id="game" width="800" height="600" oncontextmenu="return false;">
|
<canvas id="game" width="800" height="600" oncontextmenu="return false;">
|
||||||
Your browser does not support the HTML5 canvas tag.
|
Your browser does not support the HTML5 canvas tag.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue