diff --git a/css/style.css b/css/style.css index de5fd17..1d0c5fe 100644 --- a/css/style.css +++ b/css/style.css @@ -171,7 +171,7 @@ #city-right .city-current-pressure, #city-right .city-current-wind, #city-right .city-current-weather, #city-right .city-current-humidity, -#city-right .city-current-sunrise { +#city-right .city-current-sunrise, #city-right .city-current-sunset { font-size: 3em; } #city-forecast-panel { @@ -190,7 +190,7 @@ #city-right .city-current-pressure, #city-right .city-current-wind, #city-right .city-current-weather, #city-right .city-current-humidity, -#city-right .city-current-sunrise { +#city-right .city-current-sunrise, #city-right .city-current-sunset { font-size: 2.2em; } #city-forecast-panel { @@ -214,7 +214,7 @@ #city-right .city-current-pressure, #city-right .city-current-wind, #city-right .city-current-weather, #city-right .city-current-humidity, -#city-right .city-current-sunrise { +#city-right .city-current-sunrise, #city-right .city-current-sunset { font-size: 1.6em; } } diff --git a/templates/main.php b/templates/main.php index ab37da5..ead3b29 100644 --- a/templates/main.php +++ b/templates/main.php @@ -58,7 +58,8 @@