Skip to content

Commit

Permalink
Merge branch 'main' into update-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot authored Nov 5, 2024
2 parents 9876d20 + 5935a9b commit f5e6d03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ else fails, try removing the virtual environment and reinstalling:
```
pipenv install --dev
```
- If there's no Python 3.11 on your system (or if pipenv can't find it),
you may need to specify the Python location. For example:
```
pipenv install --dev --python /opt/homebrew/bin/python3.11
```

[pipenverror]: https://github.com/pypa/pipenv/issues/1918

Expand Down
7 changes: 7 additions & 0 deletions webpack/sass/home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
@extend .padding-horizontal-big;
.has-text-orange{
color:rgb(251 119 41);
}

@media(max-width:530px) {
h1{
font-size: 2.8rem;
line-height: 1.2;
}
}
}

Expand Down

0 comments on commit f5e6d03

Please sign in to comment.