🎨 limit logo size on big screens
This commit is contained in:
parent
a377c69fde
commit
fbcf46bbb8
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user