mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Hide next arrow in theme
This commit is contained in:
parent
8a63e092fa
commit
164d0fb6a7
1 changed files with 4 additions and 0 deletions
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…
Reference in a new issue