Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Use Flexbox for pagination module #264

Description

@ricardoom

Use Flexbox for pagination module at the bottom of search page results

on the <nav> element something like this:

.nypl-results-pagination {
display: flex;
align-items: center;
justify-content: center;
}

gets us something like this:

screen shot 2018-02-13 at 12 47 03 pm
screen shot 2018-02-13 at 12 46 34 pm
screen shot 2018-02-13 at 12 46 14 pm
screen shot 2018-02-13 at 12 45 59 pm

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions