diff --git a/index.html b/index.html index 7bcbf13..8f43fc1 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,12 @@ pointer-events: none; z-index: 9999; } + + @media (max-width: 780px) { + .circle-container{ + display: none; + } + }