Skip to content

Commit d066047

Browse files
committed
fix: center the graphs
1 parent 9b8d5d0 commit d066047

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
background: #fff;
2525
color: #1c2023;
2626
padding: 2rem;
27+
display: flex;
28+
justify-content: center;
2729
}
2830

2931
.container {
@@ -123,10 +125,6 @@
123125
text-transform: uppercase;
124126
}
125127

126-
.separator {
127-
color: #c79595;
128-
}
129-
130128
time {
131129
font-size: small;
132130
color: #747c84;

0 commit comments

Comments
 (0)