Skip to content

Commit 4695095

Browse files
authored
Merge pull request #75 from Ishaan0132/patch-1
CSS: Reduce margin for color header
2 parents 9c1f219 + 08f3978 commit 4695095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ body {
6363

6464
.color-header {
6565
color: rgb(44, 39, 39);
66-
margin: 20px;
66+
margin: 18px;
6767
}
6868

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

517517
#g_id_signout:hover {
518518
background-color: #415c88;
519-
}
519+
}

0 commit comments

Comments
 (0)