Skip to content

Commit

Permalink
style: Map marker font size, spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Nov 5, 2024
1 parent 4838f75 commit 2843056
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/alpaca-map-marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ export default class AlpacaMapMarker extends LitElement {
display: none;
flex-direction: column;
flex: 1;
gap: 1rem;
padding: 0rem 1rem 0rem 1rem;
font-size: medium;
}
/********* Farm styles in highlighted state *********/
Expand Down Expand Up @@ -133,7 +136,7 @@ export default class AlpacaMapMarker extends LitElement {
<div class="details">
<h4>${this.name}</h4>
${this.city}
<address>${this.city}</address>
<address>${this.address}</address>
<address>
<a
Expand Down

0 comments on commit 2843056

Please sign in to comment.