mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
docs: Hide next arrow in theme
This commit is contained in:
committed by
digitalcraftsman
parent
8a63e092fa
commit
164d0fb6a7
4
docs/static/css/style-responsive.css
vendored
4
docs/static/css/style-responsive.css
vendored
@@ -51,6 +51,10 @@
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navigation.next {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
Reference in New Issue
Block a user