Added feedback
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 23s

This commit is contained in:
2024-11-07 17:12:50 +01:00
parent 544a706564
commit 4090e5bffa
9 changed files with 26 additions and 27 deletions

View File

@@ -30,9 +30,8 @@
}
}
.barcode {
font-family: 'Libre Barcode 128 Text';
font-size: 5rem;
img {
max-width: 60%;
}
@media only screen and (max-width: $small-screen) {
@@ -44,9 +43,7 @@
margin-bottom: 2rem;
}
.barcode {
font-size: 3rem;
overflow: hidden;
text-overflow: ellipsis;
img {
max-width: 100%;;
}
}