mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Remove the marker of menu <ul> element
This is a problem in Firefox because Firefox displays markers(bullet points) of `<li>` element just before the inline contents of the elements. But Chrome displays them before the element, not depending on the content of the `<li>` element. So it wasn't visible on Chrome but it's in Firefox. This CSS change will remove that in Firefox too.
This commit is contained in:
parent
d9093afb2d
commit
6cd8e13423
@ -183,6 +183,7 @@ img {
|
||||
padding-bottom: 180px;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
list-style: none;
|
||||
}
|
||||
.menu li + li {
|
||||
margin-top: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user