Skip to content

Commit

Permalink
Stop post footer text from disappear at exactly 480px
Browse files Browse the repository at this point in the history
  • Loading branch information
ButteredCats authored Apr 7, 2024
1 parent 7c87d63 commit 9bd540d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ a.search_subreddit:hover {
display: auto;
}

@media screen and (min-width: 480px) {
@media screen and (min-width: 481px) {
#post_links > li.mobile_item {
display: none;
}
Expand Down

0 comments on commit 9bd540d

Please sign in to comment.