added basic mobile responsiveness.

This commit is contained in:
Joshua Ashton
2025-02-03 11:10:23 -07:00
parent c30ddd4ca5
commit fff715915e
2 changed files with 13 additions and 0 deletions
BIN
View File
Binary file not shown.
+13
View File
@@ -85,3 +85,16 @@ td {
#switcher:hover { #switcher:hover {
background-color: #E75D4B; background-color: #E75D4B;
} }
@media (max-width: 900px) {
#song {
display: grid;
grid-template-columns: 40% 40%;
column-gap: 20%;
row-gap: 75px;
width: 80%;
justify-content: center;
}
}