-
Notifications
You must be signed in to change notification settings - Fork 151
Conversation
Site isn't responsive on Netlify, but when I run it locally it is. |
I don't know why this is happening but whenever I open it in mobile view it doesn't render correctly until I click on a card and then go back to the home page. |
It's changing after building. So it's not a Netlify problem |
I overthought it. It was really simple. I didn't even need react-device-detect. |
Hi @gauravsingh5, |
Hi @gauravsingh5, |
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.
Sorry, and rollback the change of hiding navbar, when has a lot of dungeons, or in the future, we will use it
Do you know how to size it? |
Maybe we can add 3 dots at the end. |
For me is good |
src/components/card-grid.jsx
Outdated
<Typography gutterBottom variant='h5' component='h2'> | ||
{info.display} | ||
</Typography> | ||
<Typography>{post.excerpt.slice(0, 65)}</Typography> |
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.
Why just 65 characters?
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.
It seemed to work |
This is a temporary fix btw, we need to find a permanent one |
It fails because you change the text alignment to the center? |
It's the number of lines it takes |
It's without the slice btw. |
I guess prune 10 should work. |
I will check your branch |
Just check the deploy preview |
The 10 prune didn't show the description of dungeon |
We can leave it like a teaser, if they click on it they see the full description. |
Let me check what is going on with the card |
Hi @gauravsingh5, |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Nice work 🎉🙌🙌🙌
Made the UI of the home page a little better.