Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamshadow-io authored Mar 22, 2024
1 parent 018a0e2 commit be28149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
}

.container {
border: 3px solid rgb(210, 208, 208);
border: 3px solid whitesmoke;
border-radius: 5px;
margin-top: 80px;
padding-left: 20px;
}

.container h1 {
color: rgb(210, 50, 50);
padding-left: 10px;
padding-left: 20px;
padding-top: 20px;
}

Expand All @@ -38,7 +38,7 @@
border-radius: 2px;
}

@media (max-width: 320px) {
@media (min-width: 351px) {

.container {
border: none;
Expand Down

0 comments on commit be28149

Please sign in to comment.