Skip to content

Commit

Permalink
Apply flex layout to pagination.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Mar 21, 2024
1 parent 489b0d7 commit f60ce2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/page-blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions application/asset/sass/page-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@
.block-listOfSites .pagination {
width: auto;
margin: 0 0 $spacing-large;
display: flex;
flex-wrap: wrap;
align-items: center;

& > * {
margin-bottom: $spacing-small;
Expand Down

0 comments on commit f60ce2a

Please sign in to comment.