Finished wiki project

https://codepen.io/kimng/full/jzxNdg/

anyfeedback would be appreciated! thanks!

kim

Check out your project on a mobile device, because the urls are so long and they do not wrap, so the stick out on the right side of the red bordered containers.

You have a couple options to resolve the issue. The simplest is to add overflow: hidden; to the miniContainer class definition.

Something else I noticed about your project, is the results are not centered on the page when they are displayed. This can be remedied by adding the following CSS:

ul {
  padding:0;
  margin:0;
}