diff --git a/index.html b/index.html index 498060b..7fde1e6 100644 --- a/index.html +++ b/index.html @@ -100,16 +100,13 @@
-
Your PCs

Add Host

-
-
Your Games
-
+
diff --git a/static/css/style.css b/static/css/style.css index f2a1a82..d79cd89 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -72,6 +72,7 @@ main { .nav-menu-parent { position: relative; + margin: 0 4px; } .mdl-menu__outline { background-color: #333846; @@ -187,6 +188,7 @@ main { margin: 15px; cursor: pointer; transition: all .2s ease-in-out; + will-change: transform; } #host-grid .mdl-card:hover, #host-grid .mdl-card:focus, #host-grid .mdl-card:active, #game-grid .mdl-card:hover, #game-grid .mdl-card:focus, #game-grid .mdl-card:active { transform: scale(1.1);