make a little nicer on phone viewport
parent
0f341fa482
commit
a12b1febe0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue