Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bezushk0 committed Dec 13, 2024
1 parent ebc5ecf commit 06152eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Check font styles. Use [Playfair Display](https://fonts.google.com/specimen/Play
11. `git push origin develop` - to send you code for PR.
12. Create a Pull Request (PR) from your branch `develop` to branch `master` of original repo.
13. Replace `<your_account>` with your Github username in the
[DEMO LINK](https://<your_account>.github.io/Museum_2/).
[DEMO LINK](https://Bezushk0.github.io/Museum_2/).
14. Copy `DEMO LINK` to the PR description.

> To update you PR repeat steps 7-11.
1 change: 1 addition & 0 deletions src/styles/blocks/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto 1fr;
column-gap: 30px;

@include on-tablet {
grid-template-columns: repeat(6, 1fr);
Expand Down

0 comments on commit 06152eb

Please sign in to comment.