Skip to content

Responsive-Design-2#876

Open
Christian-Ford wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
Christian-Ford:master
Open

Responsive-Design-2#876
Christian-Ford wants to merge 2 commits into
bloominstituteoftechnology:masterfrom
Christian-Ford:master

Conversation

@Christian-Ford

Copy link
Copy Markdown

No description provided.

@lolax lolax left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work on this project, Christian. You were thorough with your switch to a fully responsive design. My only recommendation is that you avoid using percentages for height and top/bottom padding & margins because we don't want to shrink everything on small screen dimension, just make it more minimal and longer/narrower. Vertical scrolling is expected so it's okay for elements to be a little tall, horizontal scrolling is what we want to eliminate. Nice work! 💯

Comment thread css/index.css
flex-direction: row;
justify-content: center;
width: 70%;
height: 8%;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid using percentages for heights and top/bottom margins & padding. Vertical scroll bars are perfectly fine and we don't want content to get super squished if someone's window height is small, they will just have to scroll more downwards.

Comment thread css/index.css

.button {
border: 1px solid black;
width: 30%;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job with the percentages for widths

Comment thread css/index.css
}
/* =========== Mobile View ===========*/

@media (max-width: 500px) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job with your breakpoints 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants