diff --git a/templates/modules/common/rightside.html b/templates/modules/common/rightside.html index 778d34c0..ca380f68 100644 --- a/templates/modules/common/rightside.html +++ b/templates/modules/common/rightside.html @@ -30,8 +30,10 @@ .comment-barrage { right: 20px; } - #post #pagination { - right: 20px; + @media screen and (min-width: 1300px) { + #post #pagination { + right: 20px; + } }