From fbcf46bbb8427d54f845adde030ea254e4956c51 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 3 Jul 2023 10:59:28 +0200 Subject: [PATCH] :art: limit logo size on big screens --- css/sprint_4.css | 4 +++- js/animations_custom.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/sprint_4.css b/css/sprint_4.css index 9c3217f..c271596 100644 --- a/css/sprint_4.css +++ b/css/sprint_4.css @@ -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; } } diff --git a/js/animations_custom.js b/js/animations_custom.js index d063b9c..41906ba 100644 --- a/js/animations_custom.js +++ b/js/animations_custom.js @@ -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'