.mini-weather-card{min-width:300px;min-height:42px}.mini-weather-card.v-card{display:-webkit-box;display:-ms-flexbox;display:flex}.v-app-bar-title__content{text-overflow:clip!important}body,html{overflow-y:auto}.home{width:100%;max-width:800px}.forecast{display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:auto}@media only screen and (max-width:576px){.forecast{grid-template-columns:1fr;grid-template-rows:repeat(9,auto)}}.forecast-day-tile{width:75px;height:75px}