Skip to content

Commit

Permalink
Merge pull request #75 from Ishaan0132/patch-1
Browse files Browse the repository at this point in the history
CSS: Reduce margin for color header
  • Loading branch information
DhanushNehru authored Oct 10, 2024
2 parents 9c1f219 + 08f3978 commit 4695095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body {

.color-header {
color: rgb(44, 39, 39);
margin: 20px;
margin: 18px;
}

.canvas-container {
Expand Down Expand Up @@ -516,4 +516,4 @@ input[type="color"]::-webkit-color-swatch {

#g_id_signout:hover {
background-color: #415c88;
}
}

0 comments on commit 4695095

Please sign in to comment.