diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd4350a3..de9de985 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
### Issues closed
+* #1106 `pagination` docs
* #1063 `$family-primary` customization
## 0.5.1
diff --git a/docs/documentation/components/pagination.html b/docs/documentation/components/pagination.html
index 9d2197ae..787266e1 100644
--- a/docs/documentation/components/pagination.html
+++ b/docs/documentation/components/pagination.html
@@ -221,7 +221,7 @@ variables:
- By default, the list is located on the left, and the previous/next buttons on the right. But you can change the order of these elements by using the is-centered
and is-right
modifiers.
+ By default on tablet, the list is located on the left, and the previous/next buttons on the right. But you can change the order of these elements by using the is-centered
and is-right
modifiers.