I'm currently working on enhancing my portfolio website, and I'm struggling to eliminate the excessive white space.
After inspecting the element, it appears that there is styling related to ul.AMSI, but it's not referenced anywhere in my styles.css file.
The image is hosted at https://i.sstatic.net/Oke33.png
I've tried using inspect element, but unfortunately, it hasn't provided much help.
If anyone has any hints or suggestions, they would be greatly appreciated.
URL :
update
Many thanks for all the support
Here are the steps I have taken:
Removed all padding and margins from AMSI li elements
.AMSI li {
list-style: none;
display: inline-block;
text-align: center;
color: #EC7108;
}
I have also commented out margins and paddings in various sections of my code hoping to pinpoint the issue, but to no avail.
As a last resort, I changed the body background color to hex #EC7108.
Despite my efforts, I am unsure how to proceed further with resolving this problem and hence, I seek input from the talented developer community.