Skip to content

Commit

Permalink
Temperature titre à droite (#63)
Browse files Browse the repository at this point in the history
Justifie la température dans la zone de titre à droite.
  • Loading branch information
Axellum authored Nov 14, 2020
1 parent b127e9a commit 4d90cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/meteofrance-weather-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ class MeteofranceWeatherCard extends LitElement {
.current > *:last-child {
margin-left: auto;
min-width: max-content;
text-align: right;
}
.current > *:last-child sup {
Expand Down Expand Up @@ -808,4 +809,4 @@ class MeteofranceWeatherCard extends LitElement {
}`;
}
}
customElements.define("meteofrance-weather-card", MeteofranceWeatherCard);
customElements.define("meteofrance-weather-card", MeteofranceWeatherCard);

0 comments on commit 4d90cfb

Please sign in to comment.