css cleanup

This commit is contained in:
Matt Walsh
2022-08-04 20:50:14 -05:00
parent 902818d7a0
commit 49a4a2b2d5
5 changed files with 9 additions and 43 deletions

View File

@@ -27,7 +27,7 @@
font-family: "Star4000";
font-size: 24pt;
position: absolute;
width: 200px;
width: 250px;
}
.weather-display .header .title.single {
left: 170px;
@@ -134,10 +134,10 @@
text-shadow: 3px 3px 0 black, -1.5px -1.5px 0 black, 0 -1.5px 0 black, 1.5px -1.5px 0 black, 1.5px 0 0 black, 1.5px 1.5px 0 black, 0 1.5px 0 black, -1.5px 1.5px 0 black, -1.5px 0 0 black;
}
.weather-display .main.hourly.main .column-headers .temp {
left: 345px;
left: 355px;
}
.weather-display .main.hourly.main .column-headers .like {
left: 425px;
left: 435px;
}
.weather-display .main.hourly.main .column-headers .wind {
left: 535px;

View File

@@ -29,11 +29,11 @@
}
.temp {
left: 345px;
left: 355px;
}
.like {
left: 425px;
left: 435px;
}
.wind {

View File

@@ -30,7 +30,7 @@
font-family: 'Star4000';
font-size: 24pt;
position: absolute;
width: 200px;
width: 250px;
&.single {
left: 170px;