-
Notifications
You must be signed in to change notification settings - Fork 617
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
Made the blogs section responsive while keeping initial design. #44
Conversation
✅ Deploy Preview for react-portfolio-template ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There might be some issues with code styling. I can fix those and re-commit. |
pages/blog/index.js
Outdated
<div className="mt-10"> | ||
<h1 | ||
ref={text} | ||
className="mx-auto text-6xl mob:text-6xl laptop:text-8xl mob:p-2 text-bold w-full mob:w-full laptop:w-4/5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can take out mob:text-6xl
and mob:w-full
as we have them as default.
what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup that makes sense, I'll work on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made the changes mentioned. Please have a look.
Nice Work!! |
Thanks so much! |
I kept the 3-column layout for large screens and reduced column number as screen decreases on the blogs page.