We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973a017 commit 6db0f95Copy full SHA for 6db0f95
index.html
@@ -10,11 +10,11 @@
10
table th,
11
table td { transform: rotate(-90deg) scaleY(1) scaleX(-1); }
12
/*table th { transform: rotate(-90deg) scaleY(1) scaleX(-1) rotate(-45deg); }*/
13
-body { margin-left: 15vw; }
+body { margin-left: 10em; }
14
main { transform: translateX(17vw) translateY(-23vw); }
15
16
/*th { max-width: 5vw; max-height: 10vw; }*/
17
-td { width: 10vw; height: 10vw; }
+td { width: 10em; height: 10em; }
18
table { border-spacing: 1px 4px; }
19
body { font-family: Arial, sans-serif; }
20
0 commit comments