TNRIS / tnris.org

The Texas Geographic Information Office (TxGIO) website.
https://tnris.org
MIT License
8 stars 3 forks source link

small device bug - links to latest data/collections not working #227

Closed jwhaney closed 4 years ago

jwhaney commented 4 years ago

on small devices, when bootstrap re-orders and stacks the 3 different containers (1. news 2. latest data 3. education/training), the education/training element prevents access to the anchor tags/links to latest data. so if you try and click when the front page is in this order on a small device, you cannot access the link to get to the dataset on the datahub.

looks like the problem is an easy fix with just adding a third bootstrap class for small devices for the education/training parent container element so it doesn't take up too much vertical space and cover up the latest data element.

this bug will be resolved with the news-migration feature branch.

jwhaney commented 4 years ago

related to #221 and being resolved on the feature/news-migration branch

jwhaney commented 4 years ago

resolved with #228