Tribute Page Problem

Hello people, I have a problem with tribute page challenge…
How can I do to shorten the text when the display is big and don’t shorten when the display is small?

Example:

As you can see the description is really long but if I add a padding or margin, when the display is small (like in cellphones) it happens this:

The description looks bad.

Thanks for your help.

I think Bootstrap would handle that for you.

Well, yes, the problem was in Bootstrap. I had to set bootstrap 3. I don’t know why happens this but it works haha thanks!

Anyway the problem continue if I add a margin and the display is too small (more than a usual cellphone)… but I will search how can I fix it.

You could add a
within the text and then use a media query that would set
display: none;.