Hey, I wanted to make the weather module a little bigger on the display and did as such with the below lines in the main.css file:
.weather {
transform: scale(2.4);
padding-top: 110px;
padding-right: 170px;
}
However now, the current weather section overlaps with the weather forecast. Does anyone know the name of the weather forecast class so I can add some padding in the main.css? I’m at a loss and not running in HTTP mode so I can’t inspect the elements.