mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +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;
|
||||
}
|
||||
|
||||
.navigation.next {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
Reference in New Issue
Block a user