Skip to content

Commit

Permalink
Style Changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaw145 committed Apr 28, 2024
1 parent dba13bc commit 32889c8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 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 @@ -187,9 +187,20 @@ html, body{

@media screen and (max-height: 730px) {
.app-container{
height: 85vh;
height: 84vh;
bottom: 20px;
}
.search-box input{
height: 40px;
width: 30%;
}
#search{
width: 40px;
height: 40px;
}
#search img{
width: 12px;
}
#temp{
font-size: 8vh;
}
Expand Down

0 comments on commit 32889c8

Please sign in to comment.