diff --git a/client/index.html b/client/index.html index 06cb1ea..7e86e4e 100644 --- a/client/index.html +++ b/client/index.html @@ -16,7 +16,7 @@
6-Card Golf Card Game
diff --git a/client/style.css b/client/style.css index cbb06d2..48f4b99 100644 --- a/client/style.css +++ b/client/style.css @@ -101,9 +101,13 @@ body { filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25)); } +.logo-row { + display: inline-block; +} + @media (orientation: landscape) { - .golfball-logo { - margin-left: -3.5rem; + .logo-row { + transform: translateX(-4.5rem); } }