From 06152eb30a31447bdf0f8a578a44270f88851e23 Mon Sep 17 00:00:00 2001 From: Vladislav Bezushko Date: Fri, 13 Dec 2024 22:31:32 +0200 Subject: [PATCH] update --- README.md | 2 +- src/styles/blocks/_menu.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afee6c841..b384d695c 100644 --- a/README.md +++ b/README.md @@ -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 `` with your Github username in the - [DEMO LINK](https://.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. diff --git a/src/styles/blocks/_menu.scss b/src/styles/blocks/_menu.scss index 121129b28..cb5f7e41c 100644 --- a/src/styles/blocks/_menu.scss +++ b/src/styles/blocks/_menu.scss @@ -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);