maj title

This commit is contained in:
arussac
2025-03-31 11:23:17 +02:00
parent d096cd7877
commit f6226dbc8d
3 changed files with 200 additions and 153 deletions

View File

@@ -170,7 +170,7 @@ body::before {
}
.frequency-control input[type="number"] {
width: 50px;
width: 10vw;
text-align: center;
background-color: #333;
border: 1px solid #555;

View File

@@ -149,3 +149,7 @@
text-align: center;
text-transform: uppercase;
}
.frequency-control input{
width: 5vw;
}