docs: Hide next arrow in theme

This commit is contained in:
Jean-Yves Gastaud 2016-12-20 16:04:18 +01:00 committed by digitalcraftsman
parent 8a63e092fa
commit 164d0fb6a7

View file

@ -51,6 +51,10 @@
margin-bottom: 5px;
}
.navigation.next {
display: none;
}
}
@media (max-width: 480px) {