Skip to content

Commit

Permalink
adjusting hourly forecast element sizes based on the content itself
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jan 18, 2024
1 parent 2a8b3ae commit cf06b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/hourly-forecast.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const HourlyForecast = ({ hourly = [] } = {}) => {
@media (max-width: 600px) {
$ .hour {
grid-template-columns: var(--time-column) 1fr 1fr 0px;
grid-template-columns: max-content auto max-content 0px;
}
$ .hour > *:nth-child(4) {
Expand Down

0 comments on commit cf06b08

Please sign in to comment.