Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonpachucki committed Nov 17, 2023
1 parent 4cdcc07 commit 81803bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Base layout template with Gulp, SCSS and Stylelint
1. Create a repo using this template
1. Replace `<your_account>` and `<repo_name>` with your Github username and the new repo name
- [DEMO LINK](https://<your_account>.github.io/<repo_name>/)
- [DEMO LINK](https://szymonpachucki.github.io/ecoCosmetics-landing/)
12 changes: 6 additions & 6 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
display: flex;
}
}
&-navigation {
display: none;
}
&-title {
display: none;
}
&-navigation {
display: none;
}
&-title {
display: none;
}

}
}
Expand Down

0 comments on commit 81803bc

Please sign in to comment.