mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
finished
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
if (screen.width < 800) {
|
if (screen.width < 800) {
|
||||||
var myViewPort = document.getElementById("pageViewport");
|
var myViewPort = document.getElementById("pageViewport");
|
||||||
//myViewPort.setAttribute("content", "user-scalable=no,width=800");
|
myViewPort.setAttribute("content", "user-scalable=no,width=800");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -430,6 +430,9 @@ html {
|
|||||||
.mainGrid {
|
.mainGrid {
|
||||||
grid-gap: 12px;
|
grid-gap: 12px;
|
||||||
}
|
}
|
||||||
|
.canvasContainer {
|
||||||
|
justify-self: center;
|
||||||
|
}
|
||||||
.selectionGrid {
|
.selectionGrid {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Reference in New Issue
Block a user