Skip to content

Commit

Permalink
fix: duplicate border
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Jul 23, 2024
1 parent eacbe34 commit b780847
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
.createButton {
background-color: #0070f3;
width: 150px;
border: none;
color: #fff;
border: 1px solid #0070f3;
margin: 5px;
Expand All @@ -44,7 +43,6 @@
.watchButton {
background-color: #fff;
width: 150px;
border: none;
color: #0070f3;
border: 1px solid #0070f3;
margin: 5px;
Expand Down Expand Up @@ -225,4 +223,4 @@
.logo img {
filter: invert(1);
}
}
}

0 comments on commit b780847

Please sign in to comment.