We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41b90e commit 8b12d6cCopy full SHA for 8b12d6c
dist/weather-card.js
@@ -339,18 +339,24 @@ class WeatherCard extends LitElement {
339
.title {
340
position: absolute;
341
left: 3em;
342
- top: 0.6em;
343
font-weight: 300;
344
font-size: 3em;
345
color: var(--primary-text-color);
346
}
+
347
@media (max-width: 460px){
348
349
font-size: 2.2em;
350
left: 4em;
351
- top: 1em;
+ }
352
+ .temp {
353
+ font-size: 3em;
354
355
+ .tempc {
356
+ font-size: 1em;
357
358
359
360
.temp {
361
362
font-size: 4em;
0 commit comments