diff --git a/styles/styles.css b/styles/styles.css index 60f5becf..5140fc76 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -867,4 +867,8 @@ h3 { /* so that it stays on top of all other elements */ } - +@media (max-width: 768px) { + .circle { + display: none; + } +} \ No newline at end of file