make a little nicer on phone viewport

trunk
vilmibm 2023-08-04 01:11:41 +00:00
parent 0f341fa482
commit a12b1febe0
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>blackout engine</title>
<script src="/html2canvas.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.3" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<style>
@ -66,6 +66,14 @@
cursor: help;
}
@media (max-width:400px) {
.centering {
display: block;
width: 100%;
margin: 0px;
}
}
@media (hover: hover) {
#paper span:hover {
background-color: white;