Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Fix listing controls alignment
Browse files Browse the repository at this point in the history
Fixes #293
  • Loading branch information
Chalarangelo committed Jan 27, 2021
1 parent 03f877e commit ee48742
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/molecules/listingAnchors/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
min-width: 100%;
padding: 0.375rem 0.25rem;
line-height: 1.5rem;
height: 48px;
height: 40px;
border: none;
box-shadow: none;
text-align: center;
Expand All @@ -80,6 +80,11 @@

@media screen and (min-width: $layout-medium-breakpoint) {
padding: 0.625rem 0.875rem;
height: 48px;
}

@media screen and (min-width: $layout-large-breakpoint) {
height: 52px;
}
}
}

0 comments on commit ee48742

Please sign in to comment.