A project name overlaps with the switch button while mobile site.
bibindon opened this issue · 1 comments
bibindon commented
akabekobeko commented
It is necessary to fix responsive.css
.
#project-jump .drdn-trigger {
padding: .3em;
}
to
#project-jump .drdn-trigger {
padding: .3em .3em .3em 1.5em;
}
There is no risk, so fix it.