Skip to content

Commit

Permalink
Merge pull request #63 from harshit1142/responsive
Browse files Browse the repository at this point in the history
Add responsiveness to the site #36
  • Loading branch information
Neel-07 authored Oct 24, 2023
2 parents e5ddd32 + 7081bbf commit 3f28b79
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
align-items: center;
justify-content: space-between;
padding: 10px;
width: 100vw;
width: 100%;
}

.header {
Expand All @@ -28,6 +28,7 @@

/* Body Styles */
body {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
Expand All @@ -39,7 +40,7 @@ body {
/* Container Styles */
.containers {
max-width: 450px;
width: auto;
width: 98%;
height: auto;
margin: 20px;
background: transparent;
Expand Down Expand Up @@ -99,7 +100,7 @@ body {
text-align: center;
font-size: 13px;
color: #aaa;
width: 100vw;
width: 100%;
}

.footer .footer-content {
Expand Down Expand Up @@ -347,7 +348,7 @@ a {

.footer .footer-content {
padding: 9px;
margin: -4px;
/* margin: -4px; */
}

.temperature-input input {
Expand Down

0 comments on commit 3f28b79

Please sign in to comment.