We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb53cd commit 6fe64a2Copy full SHA for 6fe64a2
src/assets/css/main.css
@@ -2143,16 +2143,14 @@ footer {
2143
#menu {
2144
margin: 6em 0 0.5em 0;
2145
font-size: 1.3em;
2146
- -webkit-touch-callout: none;
2147
- -webkit-user-select: none;
2148
- -khtml-user-select: none;
2149
- -moz-user-select: none;
2150
- -ms-user-select: none;
2151
- user-select: none;
2152
}
2153
#menu li {
2154
- display: inline;
+ display: inline-block;
2155
+ #menu li a::after {
+ content: ",";
+ }
+
2156
#contribute-item:first-child {
2157
margin-left: 0px;
2158
0 commit comments