Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 9470dcd

Browse files
committed
upgraded docusaurus
1 parent 4369516 commit 9470dcd

File tree

8 files changed

+165
-176
lines changed

8 files changed

+165
-176
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"@agile-ts/api": "^0.0.13",
2121
"@agile-ts/core": "^0.0.12",
2222
"@agile-ts/react": "^0.0.12",
23-
"@docusaurus/core": "^2.0.0-alpha.71",
24-
"@docusaurus/module-type-aliases": "^2.0.0-alpha.71",
25-
"@docusaurus/preset-classic": "^2.0.0-alpha.71",
26-
"@docusaurus/remark-plugin-npm2yarn": "^2.0.0-alpha.71",
27-
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.71",
23+
"@docusaurus/core": "^2.0.0-alpha.72",
24+
"@docusaurus/module-type-aliases": "^2.0.0-alpha.72",
25+
"@docusaurus/preset-classic": "^2.0.0-alpha.72",
26+
"@docusaurus/remark-plugin-npm2yarn": "^2.0.0-alpha.72",
27+
"@docusaurus/theme-live-codeblock": "^2.0.0-alpha.72",
2828
"@mdx-js/react": "^1.6.21",
2929
"@tsconfig/docusaurus": "^1.0.2",
3030
"clsx": "^1.1.1",

src/_pages/LandingPage/components/GiveItATriyView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858

5959
@media (max-height: 800px) and (max-width: 768px) {
6060
.Container {
61-
padding: 4em 0;
61+
padding: 4em 0 !important;
6262
}
6363
}

src/_pages/LandingPage/components/HeaderView/styles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
@media (max-width: 768px) {
8282
.Container {
83-
padding: 10rem 0 0 0;
83+
padding: 8rem 0 0 0;
8484
justify-content: center;
8585
text-align: center;
8686
}
@@ -122,6 +122,6 @@
122122

123123
@media (max-height: 800px) and (max-width: 768px) {
124124
.Container {
125-
padding: 2rem 0 5rem 0;
125+
padding: 2rem 0 5rem 0 !important;
126126
}
127127
}

src/_pages/LandingPage/components/OtherFeaturesView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
@media (max-height: 800px) and (max-width: 768px) {
1212
.Container {
13-
padding: 4em 0;
13+
padding: 4em 0 !important;
1414
}
1515
}

src/_pages/LandingPage/components/StartCodingView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363

6464
@media (max-height: 800px) and (max-width: 768px) {
6565
.Container {
66-
padding: 4em 0;
66+
padding: 4em 0 !important;
6767
}
6868
}

src/_pages/LandingPage/components/StatsView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545

4646
@media (max-height: 800px) and (max-width: 768px) {
4747
.Container {
48-
padding: 4em 0;
48+
padding: 4em 0 !important;
4949
}
5050
}

src/_pages/LandingPage/components/StraightforwardView/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848

4949
@media (max-height: 800px) and (max-width: 768px) {
5050
.Container {
51-
padding: 4em 0;
51+
padding: 4em 0 !important;
5252
}
5353
}

yarn.lock

Lines changed: 153 additions & 164 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)