Skip to content

Commit 6db0f95

Browse files
committed
Improve layout a bit
1 parent 973a017 commit 6db0f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
table th,
1111
table td { transform: rotate(-90deg) scaleY(1) scaleX(-1); }
1212
/*table th { transform: rotate(-90deg) scaleY(1) scaleX(-1) rotate(-45deg); }*/
13-
body { margin-left: 15vw; }
13+
body { margin-left: 10em; }
1414
main { transform: translateX(17vw) translateY(-23vw); }
1515

1616
/*th { max-width: 5vw; max-height: 10vw; }*/
17-
td { width: 10vw; height: 10vw; }
17+
td { width: 10em; height: 10em; }
1818
table { border-spacing: 1px 4px; }
1919
body { font-family: Arial, sans-serif; }
2020

0 commit comments

Comments
 (0)