Skip to content

Commit

Permalink
Merge pull request #148 from CivicActions/homer-552-team-filter-updat…
Browse files Browse the repository at this point in the history
…es-ii

HOMER-552: Display team filters on one line in desktop widths.
  • Loading branch information
iris-i authored Jul 2, 2021
2 parents 3977c75 + 7bb6e93 commit 98b43a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sass/pages/home/_team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
.inner {
max-width: $max-width;
position: relative;
text-align: center;
}

button.team-filter-btn {
Expand All @@ -52,7 +53,8 @@
padding: 10px 20px;
background: $colors-white;
border: 1px solid $colors-grey-90;
font-size: 20px;
font-size: 16px;
font-family: $primary-font;
margin-right: 20px;
margin-bottom: 10px;

Expand Down

0 comments on commit 98b43a9

Please sign in to comment.