imacrayon / eventsinwichita

Just Events in Wichita, nothing else.
https://eventsinwichita.com
MIT License
11 stars 6 forks source link

fix: Place list CSS #11

Closed ayoolatj closed 6 years ago

ayoolatj commented 7 years ago

resolves: #9

imacrayon commented 6 years ago

Almost there, the new :before is overlapping the Place item's address link, and tags now. Could you add

position: relative;
z-index: 2;
display: inline-block;

to .place-detail and .place-tags and then it should be good. Thanks!

ayoolatj commented 6 years ago

Updated to fix the issues you mentioned aboved