Skip to content

Commit dbe1400

Browse files
Introduce mobile and tablet design for the page.
1 parent 4022175 commit dbe1400

18 files changed

+947
-241
lines changed

.stylelintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "stylelint-config-standard",
3+
"rules": {
4+
"indentation": 2,
5+
"color-no-invalid-hex": true
6+
}
7+
}

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const config: Config = {
120120
},
121121
{
122122
to: "/contact/",
123-
label: "CONTACT US",
123+
label: "Contact us",
124124
position: "right",
125125
className: "contact",
126126
},

0 commit comments

Comments
 (0)