diff --git a/html/styles.css b/html/styles.css index 30f920d..fc4301f 100644 --- a/html/styles.css +++ b/html/styles.css @@ -128,3 +128,12 @@ h1 { border-radius: 30%; } +@media (max-width: 600px) { + .icon-button { + width: 20px; /* Shrink icons for smaller screens */ + } + .floating-buttons { + flex-wrap: wrap; + } + } +