This commit is contained in:
Klemek
2025-03-19 11:50:01 +01:00
parent 3145fdd211
commit 420518ba6e
5 changed files with 24 additions and 1 deletions
+7
View File
@@ -20,3 +20,10 @@ h6 .lucide {
.hero {
background-image: url(./background.jpg);
}
#qrcode img,
#qrcode canvas {
object-fit: fill;
aspect-ratio: 1 / 1;
width: 100%;
}