maj title

This commit is contained in:
arussac
2025-03-31 11:46:51 +02:00
parent 8a29c3c695
commit 85b46a0624

View File

@@ -6,7 +6,8 @@
} }
.picture_placeHolder { .picture_placeHolder {
width: 100%; width: 15.5vw;
height: 15.5vh;
} }
.video { .video {
@@ -152,4 +153,8 @@
.frequency-control input{ .frequency-control input{
width: 5vw; width: 5vw;
}
.highlight{
background-color: red;
} }