More mobile updates

This commit is contained in:
Dan 2026-01-06 08:43:53 +00:00
parent 66383c9c55
commit 989241fc83
4 changed files with 35 additions and 9 deletions

View file

@ -1,11 +1,14 @@
/* VU Meter on desk */
.vu-meter {
position: absolute;
left: 50%;
top: 10px;
width: 120px;
height: 60px;
z-index: 8;
@include media-up(md) {
left: 50%;
}
}
.vu-meter-body {