diff --git a/index.html b/index.html index cc666ae3..993c192c 100644 --- a/index.html +++ b/index.html @@ -190,6 +190,12 @@ z-index: 9999; } + @media (max-width: 725px) { + .circle-container{ + display: none; + } + } +