fix: select last item on mobile

This commit is contained in:
Henrique Dias 2018-02-24 08:40:46 +00:00
parent 441639a8d5
commit cb7fa99fd3
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
} }
@media (max-width: 736px) { @media (max-width: 736px) {
body {
padding-bottom: 5em;
}
#more { #more {
display: inherit display: inherit
} }