Skip to content

Commit

Permalink
Clear sort links on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Dec 21, 2022
1 parent 4bb43f9 commit bf0dc99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ nav.pagination:nth-of-type(3) ul, #content > .pagination:nth-of-type(2) {

#sort-links {
font-size: .875 * $base-font-size;
clear: both;

span {
font-weight: bold;
Expand Down
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,7 @@ select[multiple] {
@media screen {
#sort-links {
font-size: 14px;
clear: both;
}
#sort-links span {
font-weight: bold;
Expand Down

0 comments on commit bf0dc99

Please sign in to comment.