Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 0e00bda

Browse files
authored
feat(Container.css): Isolating the new css
Removing the new css from main and putting here
1 parent 8d72e29 commit 0e00bda

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/Container.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@charset "UTF-8";
2+
/**
3+
Container customization
4+
*/
5+
6+
.container.center {
7+
display: flex;
8+
align-items: center;
9+
justify-content: center;
10+
}

0 commit comments

Comments
 (0)