Within the page, I noticed some margin to the right that extends beyond the body itself, causing a scroll bar to appear at the bottom. However, I'm unable to determine the root cause of this issue.
I have provided links to both Codepen and Netlify below:
Codepen:
https://codepen.io/bladeranner5005/pen/QWObNpZ
Netlify:
HTML
<!doctype html>
<html lang="it">
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Font links-->
...
CSS
/*Essential CSS styles*/
body {
padding-top: 55px;
margin: 0;
}
/*Navbar styling*/
...