Skip to content

Commit 009ee99

Browse files
committed
testing
1 parent 7feba60 commit 009ee99

4 files changed

Lines changed: 31 additions & 32 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Useful resources:
1313

1414
1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/)
1515
2. Clone the GitHub repo:
16-
1716
- _Windows users (do this first before checkout)_ : make sure to run git autocrlf setting is set to false so that carriage return characters are not inserted into files (which breaks them when they run inside the Linux container). To do so, open a Powershell and run: `git config --global core.autocrlf false`
1817
<br>
1918

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
.GridItems {
2-
background-color: var(--primary-99);
3-
border-radius: 8px;
4-
padding: 16px;
5-
gap: 16px;
6-
text-align: start;
7-
8-
@media (max-width: 600px) {
9-
width: 100%;
10-
}
11-
}
12-
.GridItems > h1 {
13-
color: var(--primary-20);
14-
font-weight: 600;
15-
font-size: 20px;
16-
17-
font-family: var(--quicksand);
18-
}
19-
20-
.GridItems > p {
21-
margin-top: 5px;
22-
font-family: (--inter);
23-
font-weight: 400;
24-
font-size: 16px;
25-
line-height: 150%;
26-
color: var(--primary-20);
27-
}
1+
.GridItems {
2+
background-color: var(--primary-99);
3+
border-radius: 8px;
4+
padding: 16px;
5+
gap: 16px;
6+
text-align: start;
7+
8+
@media (max-width: 600px) {
9+
width: 100%;
10+
}
11+
}
12+
.GridItems > h1 {
13+
color: var(--primary-20);
14+
font-weight: 600;
15+
font-size: 20px;
16+
17+
font-family: var(--quicksand);
18+
}
19+
20+
.GridItems > p {
21+
margin-top: 5px;
22+
font-family: (--inter);
23+
font-weight: 400;
24+
font-size: 16px;
25+
line-height: 150%;
26+
color: var(--primary-20);
27+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"next-env.d.ts",
2626
"references.d.ts",
2727
"**/*.ts",
28-
"**/*.tsx",
28+
"**/*.tsx"
2929
],
3030
"exclude": ["node_modules"]
3131
}

0 commit comments

Comments
 (0)