Skip to content

Commit

Permalink
Merge pull request #954 from deepak00944/main
Browse files Browse the repository at this point in the history
Successfully Fixed Unnecessary Scrollable Space
  • Loading branch information
khushi-joshi-05 authored Jun 5, 2024
2 parents 3632542 + f1c8b9c commit 186d8dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Css-files/services.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
font-family: "Bree Serif", serif;
}

body{
overflow-x: hidden;
}
.mainhead:hover h1 {
color: rgb(138, 37, 37);

Expand Down
6 changes: 5 additions & 1 deletion Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
<link rel="stylesheet" href="../Css-files/content.css">
<script src="../hamburger.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />

<style>
body{
overflow-x: hidden;
}
</style>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<link rel="stylesheet" href="./login1.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
overflow-x: hidden;
}
</style>
<script src="hamburger.js" defer></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
Expand Down

0 comments on commit 186d8dd

Please sign in to comment.