Skip to content

Commit d7dce30

Browse files
Sean PrashadSean Prashad
authored andcommitted
Remove redundant CSS properties for body element
1 parent b0010bc commit d7dce30

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

web/src/components/styles.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
22

3-
body {
3+
.App {
44
margin: 0;
5+
56
font-family: 'Open Sans', sans-serif;
67
-webkit-font-smoothing: antialiased !important;
78
}
8-
9-
.App {
10-
display: flex;
11-
align-items: center;
12-
justify-content: center;
13-
}

0 commit comments

Comments
 (0)