GEOLYTIX / website_archive

0 stars 0 forks source link

Object wrap in services section #4

Closed dbauszus-glx closed 8 years ago

dbauszus-glx commented 8 years ago

The last object in the services section wraps in Chrome.

Reducing the item width in the css from 25% to 24% should fix this.

section_services .ul_grid > li {

width: 24%;

}

image

dbauszus-glx commented 8 years ago

Should be fixed now.