diff --git a/client/style.css b/client/style.css index afdbf51..df3851c 100644 --- a/client/style.css +++ b/client/style.css @@ -97,10 +97,17 @@ body { width: 1.1em; height: 1.1em; vertical-align: middle; + margin-left: 0.5em; margin-right: 18px; filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25)); } +@media (orientation: landscape) { + .golfball-logo { + margin-left: 1.8em; + } +} + /* Golfer swing animation */ .golfer-swing { display: inline-block;