diff --git a/secondary/js-main.js b/secondary/js-main.js index 9ff1330e..3a829835 100644 --- a/secondary/js-main.js +++ b/secondary/js-main.js @@ -1,3 +1,12 @@ +/* Window resize reload start */ + +window.addEventListener('resize', function () { + "use strict"; + window.location.reload(); +}); + +/* Window resize reload end */ + /* Button click start */ var buttonClick = document.getElementsByClassName("abcd"); diff --git a/secondary/main.css b/secondary/main.css index 15e45585..30cb9d4a 100644 --- a/secondary/main.css +++ b/secondary/main.css @@ -999,18 +999,23 @@ header ol li:hover .header-element-11, header ol li:hover .header-element-12, he .mobile-hamburger { - height: 50px; + min-height: 50px; } .hamburger-menu { position: relative; padding-right: 3%; - padding-top: 2%; - height: 13%; + padding-top: 0px; + height: 12%; width: 15%; float: right; } +.hamburger-image { + + vertical-align: center; +} + .nav { display: none;