Skip to content

Commit 7a036d7

Browse files
committed
Remove stray margins
1 parent 7f77e20 commit 7a036d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bootcamp_content/projects/exercism-widgets/exercises/notifications-icon/example.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ main {
44
place-items: center;
55

66
.notifications {
7-
margin: 15px;
87
box-shadow: 0px 4px 24px rgb(156, 130, 38);
98
background: #fff4e3;
109
border-radius: 10px;

bootcamp_content/projects/exercism-widgets/exercises/reputation-icon/example.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ main {
44
place-items: center;
55

66
.notifications {
7-
margin: 15px;
87
background: #130b43;
98
padding: 10px;
109
border: 2px solid rgb(136, 0, 254);

0 commit comments

Comments
 (0)