Skip to content

Commit

Permalink
Merge pull request #42 from cosmetics-ref-elc/chrisBranch
Browse files Browse the repository at this point in the history
Chris branch
  • Loading branch information
chriskimty authored Mar 18, 2023
2 parents c476c4c + ab0b758 commit de658a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ const App = () => {
);
}

export default App;
export default App;
1 change: 1 addition & 0 deletions src/components/ProductPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const ProductPage = () => {
{activeTab === "colorDescription" && (
<div className="tabContent">
<p>{activeShade.description}</p>
<p>Alt Names: {activeShade.color_alt_names}</p>
</div>
)}

Expand Down
1 change: 1 addition & 0 deletions src/styles/partials/_productPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
display: flex;
margin: 5% 10%;
gap: 6%;
min-height: 65vh;

@include mobile {
@include flexDefault;
Expand Down

0 comments on commit de658a5

Please sign in to comment.