Skip to content

Commit

Permalink
width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charandeep committed Feb 8, 2024
1 parent a7d2dd2 commit f486129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function changeScroll(isOn) {

function setHeightWidthForFixed() {
baniSection.style.height = (window.innerHeight * 0.85) + "px";
baniSection.style.width = (window.innerWidth * 0.98) + "px";
// baniSection.style.width = (window.innerWidth * 0.98) + "px";
const configBottomElm = document.getElementsByClassName("configBottom")[0];
configBottomElm.style.height = (window.innerHeight * 0.1) + "px";
configBottomElm.style.marginBottom = (window.innerHeight * 0.07) + "px";
Expand Down

0 comments on commit f486129

Please sign in to comment.