Adjust CSS since translations additions

master
Loic Blot 2017-08-17 18:12:53 +02:00
parent 9889c4d990
commit e485f18b8a
1 changed files with 5 additions and 18 deletions

View File

@ -76,33 +76,20 @@
}
#city-right .city-name {
font-size: 6em;
font-size: 5em;
line-height: 1em;
}
#city-right .city-current-temp {
font-size: 4em;
line-height: 1em;
}
#city-right .city-current-pressure, #city-right .city-current-wind {
font-size: 3em;
line-height: 1em;
}
#city-right .city-current-humidity {
font-size: 3em;
line-height: 1em;
}
#city-right .city-current-weather {
font-size: 3em;
line-height: 1em;
}
#city-right .city-current-sunrise {
font-size: 3em;
#city-right .city-current-pressure, #city-right .city-current-wind,
#city-right .city-current-humidity, #city-right .city-current-weather,
#city-right .city-current-sunrise {
font-size: 2em;
line-height: 1em;
}