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() {
|
||||
if (screen.width < 800) {
|
||||
var myViewPort = document.getElementById("pageViewport");
|
||||
//myViewPort.setAttribute("content", "user-scalable=no,width=800");
|
||||
myViewPort.setAttribute("content", "user-scalable=no,width=800");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -430,6 +430,9 @@ html {
|
||||
.mainGrid {
|
||||
grid-gap: 12px;
|
||||
}
|
||||
.canvasContainer {
|
||||
justify-self: center;
|
||||
}
|
||||
.selectionGrid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user