微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

下拉导航栏中的块元素中的空间

如何解决下拉导航栏中的块元素中的空间

在我的下拉导航中,当您将鼠标悬停在一个对象上时,有很多空间我不知道如何删除。更清楚的是: Image of navbar dropdown with the space im talking about circled.

你可以在我的github网站上查看导航栏:https://cyrusmusic101.github.io/fca-website-2021.github.io/

网站代码https://github.com/CyrusMusic101/fca-website-2021.github.io

解决方法

.headertop ul li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    line-height: 70px; < ----------------- here is the issue
    left: -10px;
    justify-content: center;
}

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。