Outgrown / outgrown_fe

https://outgrown.vercel.app
0 stars 1 forks source link

Connect display to card as well as fix some styling in display #29

Closed AndrewCerveny closed 1 year ago

AndrewCerveny commented 1 year ago

…thing is better displayed when the images get adjusted in backend the layout might need adjustment

What does this merge do? Check all that apply.

How has this been tested?

npm start browser the page was responsive to mobile and desktop. the Page also shows up whenever an article is selected from the marketPlace.

Description:

Briefly, but clearly describe what you did, and explain any new code. Card component < link> that goes to Display : id and name: name ( maybe this will update to just name backend would have to adjust that if is the case. It will link to a display page. Where the article will be displayed. This should have an article information layout that is responsive from both laptop and phone views.

Issues:

Are there any concerns, issues, or bugs in this branch? If so describe them.

Where to find Changes:

Details.css> Files: Methods: line Numbers if possible: ## Checklist - [x] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have used tests to prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my change