🎨 limit logo size on big screens

This commit is contained in:
Tykayn 2023-07-03 10:59:28 +02:00 committed by tykayn
parent a377c69fde
commit fbcf46bbb8
2 changed files with 4 additions and 2 deletions

View File

@ -14422,9 +14422,11 @@ responsive land
}
@media all and (min-width: 1500px){
@media all and (min-width: 1300px){
#main_title{
top: 10vh;
max-width: 1300px;
max-height: 500px;
}
}

View File

@ -7,7 +7,7 @@ let development_debug = false
// development_debug = true
let enable_animations = false
// enable_animations = true
enable_animations = true
const rotateYCard = '200deg'
const offsetCard = '10'