@bbki.ng/site 5.4.28 → 5.4.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 5.4.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 84669de: fix padding error
8
+
3
9
  ## 5.4.28
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.4.28",
3
+ "version": "5.4.29",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -38,7 +38,7 @@ export const ArticlePage = (props: ArticlePageProps) => {
38
38
  <Reaction title={title} url={window.location.href} />
39
39
  </div>*/}
40
40
  </Article>
41
- <div className="">
41
+ <div className="mb-64">
42
42
  <Button
43
43
  className=""
44
44
  type="button"