Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit f7c0357

Browse files
committed
chore: padding top body default 0
1 parent 8395614 commit f7c0357

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cherry-components",
3-
"version": "0.0.1-5",
3+
"version": "0.0.1-6",
44
"description": "Cherry React Components",
55
"main": "dist/cherry.js",
66
"module": "dist/cherry.module.js",

src/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const localTheme = {
22
spacing: {
33
maxWidth: "1280px",
44
maxWidthLimit: "1440px",
5-
paddingTopBody: { mobile: "76px", desktop: "76px" },
5+
paddingTopBody: { mobile: "0", desktop: "0" },
66
marginContainer: { mobile: "20px", desktop: "20px" },
77
marginRow: { default: "-10px", medium: "-30px", big: "-50px" },
88
gutterCol: { default: "10px", medium: "30px", big: "50px" },

0 commit comments

Comments
 (0)