-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create responsive portfolio design #23
Comments
Top 4 tallest details: CSS, HTML, Unitron, Forks in the Road. If someone is using a low-spec laptop like me, and they have a big task bar taking up vertical space, points will be cut off. At least until I implement #28 to allow scrolling inside details. I think it's fine for now -- the viewer will still see some important points. That said, I think I'll restrict my big font size for when vertical and horizontal limits are met.
|
Queries for `min-width: 40rem` and `max-width: 40rem` will both match when the width is exactly `40rem`. This can be fixed to be unambiguous by inverting one of the queries. For #23
iPhone issue deferred to #32 |
Set up this website to work on smaller screens:
Main portfolio
Idea: Also set max height for intro
Resume preview
Idea: Use media queries to see if the default
em
size plus margins is larger than100vw
, if so, usevw
orvh
size; also, don't forget super long portrait screensPortfolio details
Idea: Set a calculated width for the list items (full-screen, simple margins) and flex overflow, or just use auto overflow
Add my portfolio and resume as a responsive design example
Test
Log issue: "View my portfolio" getting line-broken
The text was updated successfully, but these errors were encountered: