Skip to content

Commit d03dfa1

Browse files
committed
fix Overlap Issue (bramkragten#15)
just move up a little bit the icon
1 parent 9ccda50 commit d03dfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/weather-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ class WeatherCard extends LitElement {
793793
.icon.bigger {
794794
width: 10em;
795795
height: 10em;
796-
margin-top: -4em;
796+
margin-top: -4.7em;
797797
margin-left: -1em;
798798
position: absolute;
799799
left: 0em;

0 commit comments

Comments
 (0)