Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2018-05-23 17:04:57 +0300
committerCarson Ip <carsonip715@gmail.com>2018-05-23 17:04:57 +0300
commitae499bcc09359054996fe5a93f31b25cd52b8811 (patch)
tree310b2eb6dc735e5e6e34634ef38ec2b04723de7a
parent3f7f18f8e41e200858177e45e74d8cf4b6691eaf (diff)
Fix missing page number in mobile view
Fix #15
-rw-r--r--static/css/style.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 55e0049..5fdd31e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -784,11 +784,6 @@ a.article-title:hover,
#page-nav .page-number {
display: inline-block;
}
-@media screen and (max-width: 839px) {
- #page-nav .page-number {
- display: none;
- }
-}
#page-nav .current {
color: #fff;
border-radius: 18px;