mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 12:40:49 -04:00
docs: Hide next arrow in theme
This commit is contained in:
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user