@@ -19,7 +19,7 @@
display: flex;
flex-direction: column;
align-items: center;
- font-size: 32px;
+ font-size: 3em;
}
.weatherBlock{
@@ -36,10 +36,12 @@
text-align: center;
top: 15px;
left: 0;
+ font-size: 2em;
+ text-decoration: underline;
.weatherBlock img{
- height: 125px;
- width: 125px;
+ height: 10vw;
+ width: 10vw;
.condition{
margin-right: 35px;
@@ -55,7 +57,7 @@
padding: 15px 0;
.weatherInfo p{
- font-size: 18px;
+ font-size: 1.3em;
</style>
</head>