Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDevelops committed Jul 20, 2023
1 parent 248ed49 commit 34c6836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Whats-the-Weather/src/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ body {
}

.gradient-border {
top: 3px;
bottom: 3px;
padding: 1rem;
position: relative;
background: linear-gradient(135deg, #0f035b, #0f99b8);
padding: 10px;
border-radius: 5px;
}

.card {
width: 90%;
Expand Down

0 comments on commit 34c6836

Please sign in to comment.