cf7d8890c1
* Add link to components to README * use components meet version * update readme * fix index styles * update components * update components * update components
7 lines
117 B
CSS
7 lines
117 B
CSS
.main {
|
|
display: grid;
|
|
gap: 1rem;
|
|
justify-content: center;
|
|
place-content: center;
|
|
justify-items: center;
|
|
}
|