Hi
Looks good. One little change I would make is to your list items. I would create a #tribute-info li selector and use list-style-position:inside; to align things better
When I looked at your page, the list item text is in the center but the little list item discs/dots are on the far left. I created a new selector to bring the discs/dots into the center next to the text as follows
#tribute-info li { list-style-position:inside; }
Another small thing is that you have miss -spelled width in your media query although your media query is at such a small width that it doesn’t really make any difference as almost no one will view on a phone that small. I doubt anyone has a viewport much smaller than 250px these days