summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-04-29 17:14:49 -0400
committerJules Laplace <jules@okfoc.us>2017-04-29 17:14:49 -0400
commit3368822c0a8704ead2ce0fcdfb556a403d8beafd (patch)
tree3eaec00eeaffe4ad922c7490af901eddf1854add /index.html
parent7be840fdf1d4448fe2c2abf6cf037d5946015cf3 (diff)
generate hexagons
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/index.html b/index.html
index 2175fbf..5288f88 100644
--- a/index.html
+++ b/index.html
@@ -13,16 +13,9 @@ body {
position: absolute; top: 0; left: 0;
width: 100%; height: 100%;
}
-.mobile #container {
- transform-origin: 50% 50%;
- transform: scale(0.6);
-}
.desktop body {
user-select: none;
}
-.hex {
- transform: translate(-40px, -50px);
-}
@media only screen and (max-device-width: 800px) {
html,body {
margin: 0;