11 lines
142 B
CSS
11 lines
142 B
CSS
.container {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.button {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Spacing-x-half);
|
|
}
|