Skip to content

Commit f5e6d03

Browse files
authored
Merge branch 'main' into update-npm
2 parents 9876d20 + 5935a9b commit f5e6d03

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ else fails, try removing the virtual environment and reinstalling:
113113
```
114114
pipenv install --dev
115115
```
116+
- If there's no Python 3.11 on your system (or if pipenv can't find it),
117+
you may need to specify the Python location. For example:
118+
```
119+
pipenv install --dev --python /opt/homebrew/bin/python3.11
120+
```
116121
117122
[pipenverror]: https://github.com/pypa/pipenv/issues/1918
118123

webpack/sass/home-page.scss

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
@extend .padding-horizontal-big;
88
.has-text-orange{
99
color:rgb(251 119 41);
10+
}
11+
12+
@media(max-width:530px) {
13+
h1{
14+
font-size: 2.8rem;
15+
line-height: 1.2;
16+
}
1017
}
1118
}
1219

0 commit comments

Comments
 (0)