33 lines
604 B
CSS
33 lines
604 B
CSS
|
|
[data-widget='weatherapi-com-current'] {
|
|
width: 20rem;
|
|
padding: 1rem;
|
|
}
|
|
|
|
[data-widget='weatherapi-com-current'] svg.icon {
|
|
width: 1.2rem;
|
|
height: 1.2rem;
|
|
flex: 0 0 1.2rem;
|
|
}
|
|
|
|
[data-widget='weatherapi-com-current'] h2 {
|
|
font-size: 1.2rem;
|
|
margin-block: 0;
|
|
}
|
|
|
|
[data-widget='weatherapi-com-current'] p:is(.condition, .wind, .temp) {
|
|
display: flex;
|
|
column-gap: 0.5rem;
|
|
font-size: 1rem;
|
|
margin-block: 0.25rem;
|
|
}
|
|
|
|
[data-widget='weatherapi-com-current'] p.condition {
|
|
margin-block-end: 1rem;
|
|
}
|
|
|
|
[data-widget='weatherapi-com-current'] p.powered-by {
|
|
font-size: 0.8rem;
|
|
margin-block-start: 1rem;
|
|
}
|