diff --git a/games/templates/games/games.html b/games/templates/games/games.html index 95297fc..9db91e8 100644 --- a/games/templates/games/games.html +++ b/games/templates/games/games.html @@ -62,7 +62,7 @@ {% endblock %} {% block script %} {% endblock %} \ No newline at end of file diff --git a/games/templates/style/games.css b/games/templates/style/games.css index 30f3e38..3b5cbaa 100644 --- a/games/templates/style/games.css +++ b/games/templates/style/games.css @@ -630,26 +630,12 @@ } .ellipse-1 { - background: #ef7d1e; - border-radius: 50%; - width: 165px; - height: 165px; - position: absolute; - filter: blur(125px); - top: 1300px; - left: 0px; + display: none; } .ellipse-2 { - background: #ef7d1e; - border-radius: 50%; - width: 165px; - height: 165px; - position: absolute; - filter: blur(125px); - top: 600px; - left: 300px; + display: none; }