Skip to content

Commit

Permalink
Update weather-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten authored May 18, 2020
1 parent 8b12d6c commit 2cfd0d2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions dist/weather-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,19 +344,6 @@ class WeatherCard extends LitElement {
color: var(--primary-text-color);
}
@media (max-width: 460px){
.title {
font-size: 2.2em;
left: 4em;
}
.temp {
font-size: 3em;
}
.tempc {
font-size: 1em;
}
}
.temp {
font-weight: 300;
font-size: 4em;
Expand All @@ -376,6 +363,19 @@ class WeatherCard extends LitElement {
margin-right: 7px;
}
@media (max-width: 460px){
.title {
font-size: 2.2em;
left: 4em;
}
.temp {
font-size: 3em;
}
.tempc {
font-size: 1em;
}
}
.current {
padding: 1.2em 0;
margin-bottom: 3.5em;
Expand Down

0 comments on commit 2cfd0d2

Please sign in to comment.