Skip to content

Commit d04028c

Browse files
committed
Fix linting
1 parent b01b3bc commit d04028c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
background-color: rgb(29, 83, 159)
2+
background-color: rgb(29, 83, 159);
33
}
44

55
.App {
@@ -15,7 +15,7 @@ body {
1515
border-radius: 15px;
1616
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
1717
margin-bottom: 20px;
18-
color: black
18+
color: black;
1919
}
2020

2121
.resumeSection p {

0 commit comments

Comments
 (0)