Fixed mini player covering nav

This commit is contained in:
WardPearce
2024-05-01 12:02:31 +12:00
parent 8ebc29f1f0
commit ab0727a637
+6
View File
@@ -79,4 +79,10 @@
.align-right {
text-align: right;
}
@media screen and (max-width: 590px) {
nav.bottom {
bottom: 100px !important;
}
}
</style>