Skip to content

Commit de0d8d6

Browse files
committed
Fix format
1 parent ca493f1 commit de0d8d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.fullpage {
2-
margin-top: 20px;
3-
display: flex;
4-
justify-content: center;
2+
margin-top: 20px;
3+
display: flex;
4+
justify-content: center;
55
}
66

77
.fullpage-content {
8-
display: flex;
9-
justify-content: center;
8+
display: flex;
9+
justify-content: center;
1010
}
1111

1212
.text-left {
13-
text-align: left;
13+
text-align: left;
1414
}

0 commit comments

Comments
 (0)