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

Commit 39fbc5d

Browse files
committed
chore: padding top body default 0
1 parent e78dfc9 commit 39fbc5d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-postcss",
3-
"version": "0.0.1-5",
3+
"version": "0.0.1-6",
44
"description": "Cherry for PostCSS",
55
"author": "Luan Gjokaj <[email protected]>",
66
"homepage": "https://cherry.design",

src/theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
:root {
1010
--max-width: 1280px;
1111
--max-width-limit: 1440px;
12-
--padding-top-body-mobile: 76px;
13-
--padding-top-body-desktop: 76px;
12+
--padding-top-body-mobile: 0;
13+
--padding-top-body-desktop: 0;
1414
--margin-container-mobile: 20px;
1515
--margin-container-desktop: 20px;
1616
--margin-row-default: -10px;

0 commit comments

Comments
 (0)