Adjust the menuItem class to avoid colliding borders (#3471)

This commit is contained in:
Antonin Delpeuch 2021-01-14 19:24:49 +01:00 committed by GitHub
parent 49e287b110
commit 53f832d09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,8 +72,8 @@
display: inline-block;
border: 2px solid #4dc6e1;
border-radius: var(--ifm-code-border-radius);
margin: 0;
padding: 1px var(--ifm-code-padding-horizontal);
margin: 1px 0px;
padding: 0px 4px;
}
.markdown img {