Skip to content

Commit

Permalink
Merge pull request #211 from SupratitDatta/overflow-bug
Browse files Browse the repository at this point in the history
Fixed Overflow bug
  • Loading branch information
swaraj-das authored Oct 8, 2024
2 parents 8e3dc1b + 42eb41a commit 28a57c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ html::-webkit-scrollbar-thumb:window-inactive {
min-height: 100vh;
padding-right: 5%;
box-sizing: border-box;
overflow-x: hidden;
}

.navbar {
Expand Down Expand Up @@ -246,11 +247,16 @@ nav {
text-align: right;
margin-right: 100px;
}

nav ul{
margin-left: 20px;
display: flex;
flex-direction: row;
}
nav ul li {
list-style: none;
display: inline;
margin-right: 30px;
text-wrap: nowrap;
}

nav ul li a {
Expand Down

0 comments on commit 28a57c6

Please sign in to comment.