Skip to content

Commit

Permalink
Fix line height for place description
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusoterogomez committed Apr 28, 2020
1 parent 64d1e7f commit 4ee0a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PlaceInformation/PlaceInformation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

.subtitle {
font-family: "Freight Pro";
line-height: 1.1;
font-size: 22px;
}

Expand Down Expand Up @@ -67,7 +68,7 @@ $css-arrow-glow-color: #d89962;
.hover-indicator {
transition: all 0.3s ease;
opacity: 0;
transform: translateX(-16px);
transform: translateX(-14px);
position: relative;
display: inline-block;
height: 0.6em;
Expand Down

0 comments on commit 4ee0a43

Please sign in to comment.