fix view for mobile devices

This commit is contained in:
2023-07-07 20:51:18 +02:00
parent ff1125eff2
commit 3a05dc4616
2 changed files with 26 additions and 13 deletions

View File

@ -5,4 +5,17 @@ img {
img:hover {
-webkit-transform:scale(1.5);
transform:scale(1.5);
}
}
.titletext {
font-size: calc(10px + 0.9vw);
}
.cameratext {
font-size: calc(10px + 0.9vw);
}
.infobox{
margin:0 !important;
padding:0 !important;
}