Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 1c40182

Browse files
committed
optimized component structure
1 parent 65b57b7 commit 1c40182

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.Container {
2-
display: flex;
3-
flex-direction: column;
4-
align-items: center;
5-
width: 95%;
6-
max-width: var(--ifm-container-width);
7-
margin: 0 auto;
8-
padding: 8rem 0;
9-
}
2+
display: flex;
3+
flex-direction: column;
4+
align-items: center;
5+
width: 95%;
6+
max-width: var(--ifm-container-width);
7+
margin: 0 auto;
8+
padding: 8rem 0;
9+
}

0 commit comments

Comments
 (0)