Skip to content

Commit

Permalink
Style Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaw145 committed Apr 28, 2024
1 parent 9e9be2e commit dba13bc
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html, body{
height: 100%;
width: 100%;
background-color: #222;
overflow: hidden;
/* overflow: hidden; */
font-family: "poppins", sans-serif;
}

Expand Down Expand Up @@ -164,9 +164,16 @@ html, body{
gap: 20px;
}
.search-box input{
height: 60px;
height: 50px;
width: 30%;
}
#search{
width: 50px;
height: 50px;
}
#search img{
width: 15px;
}
.col img{
width: 30px;
}
Expand All @@ -176,4 +183,23 @@ html, body{
.col div:last-child{
font-size: 12px;
}
}

@media screen and (max-height: 730px) {
.app-container{
height: 85vh;
bottom: 20px;
}
#temp{
font-size: 8vh;
}
#city{
font-size: 25px;
}
.details{
margin-top: 3vh;
}
.col div:last-child{
font-size: 1.5vh;
}
}

0 comments on commit dba13bc

Please sign in to comment.