fixed a silly mistake that caused the .more section to display wrong on mobile devices
This commit is contained in:
parent
ce0052fc0c
commit
2ae67f2553
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ button, a.button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.more a {
|
.more a {
|
||||||
display: inline-block;
|
display: block;
|
||||||
}
|
}
|
||||||
#show-more {
|
#show-more {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue