Skip to content

Commit

Permalink
Update bubbles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatPandey-2004 authored Jul 15, 2024
1 parent b291f50 commit 836955e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Algorithm/bubbles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ body {
margin: 0;
padding: 0;
}
html, body {
overflow-x: hidden; /* Hide horizontal scrollbar */
margin: 0;
padding: 0;
width: 100%;
}

/* .navbar {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
Expand Down Expand Up @@ -1184,4 +1190,4 @@ footer .nav-link:hover {
background: lightgray;
padding: 10px;
border-radius: 50%;
} */
} */

0 comments on commit 836955e

Please sign in to comment.