I am currently working with Bootstrap 4 and I am attempting to adjust the padding for the navigation links within the navbar using my own custom CSS file:
.nav-link {
padding: 0.15rem;
}
However, the styling that is being applied comes from the following sources:
https://i.sstatic.net/S0zkq.png
https://i.sstatic.net/rauM0.png
It appears that the custom.css file is not being recognized. Instead, the current style is being pulled from bootstrap.css.map. Despite loading my custom CSS file last, it is still not taking precedence over the bootstrap styles.