css fix up

This commit is contained in:
Matt Walsh
2022-08-04 11:25:17 -05:00
parent 3e9d7708fa
commit 9ce8176b63
5 changed files with 40 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
@use 'colors'as c;
@use 'utils'as u;
.weather-display .current-weather {
.main {
.weather-display .main.current-weather {
&.main {
.col {
height: 50px;

View File

@@ -1,8 +1,8 @@
@use 'colors'as c;
@use 'utils'as u;
.weather-display .hourly {
.main {
.weather-display .main.hourly {
&.main {
overflow-y: hidden;
.column-headers {

View File

@@ -24,6 +24,8 @@
height: 60px;
padding-top: 30px;
.title {
color: c.$title-color;
@include u.text-shadow(3px, 1.5px);