Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
flibbertigibbet committed Dec 12, 2019
2 parents d4d9da5 + c5dae8e commit 6ce7ef9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions src/app/styles/components/_place-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
}

.place-card-badges {
margin-top: auto;
}

.place-card-actions {
Expand Down
13 changes: 0 additions & 13 deletions src/app/styles/components/_tour-place-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,3 @@
background-color: transparent;
}
}

.tour-place-card-badges {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
font-size: 1.8rem;
line-height: 1;

.badge {
margin-left: .8rem;
}
}
2 changes: 1 addition & 1 deletion src/app/styles/layouts/_info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@

.tour-locations-list {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
grid-gap: 2.4rem;
justify-items: stretch;
align-items: stretch;
Expand Down

0 comments on commit 6ce7ef9

Please sign in to comment.