okfn / ckanext-lacounts

CKAN extension for the LA Counts project
GNU Affero General Public License v3.0
8 stars 5 forks source link

Make featured data stories images rectangular on the topic page #179

Closed roll closed 5 years ago

roll commented 5 years ago

First options is:

to reduce images amount from 4 to 3 because there are less space than on the homepage.


Another option is to reduce its height:

.topic.details {
  & img {
    height: 150px;
  }
}

instead of this PR changes

roll commented 5 years ago

Rebased on height reducing to preserve 4 images