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

Commit

Permalink
feat(Container.css): Isolating the new css
Browse files Browse the repository at this point in the history
Removing the new css from main and putting here
  • Loading branch information
alanbueno committed Jul 1, 2018
1 parent 8d72e29 commit 0e00bda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Container.css
@@ -0,0 +1,10 @@
@charset "UTF-8";
/**
Container customization
*/

.container.center {
display: flex;
align-items: center;
justify-content: center;
}

0 comments on commit 0e00bda

Please sign in to comment.