fixed a silly mistake that caused the .more section to display wrong on mobile devices

This commit is contained in:
Lynne Megido 2020-03-26 00:20:11 +10:00
parent ce0052fc0c
commit 2ae67f2553
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -396,7 +396,7 @@ button, a.button {
}
.more a {
display: inline-block;
display: block;
}
#show-more {
display: none;