Skip to content

Commit a6619a6

Browse files
authored
Merge pull request #616 from TheShubham99/master
Bug fix in Mobile UI.
2 parents b5b4d82 + 11a2f62 commit a6619a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/assets/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,6 +2151,11 @@ footer {
21512151
#menu li {
21522152
display: inline-block;
21532153
}
2154+
2155+
#menu li:nth-last-child(1) a::after{
2156+
content:"";
2157+
}
2158+
21542159
#menu li a::after {
21552160
content: ",";
21562161
}

0 commit comments

Comments
 (0)