mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 22:13:31 +08:00
10 lines
154 B
CSS
10 lines
154 B
CSS
.root {
|
|
width: 100%;
|
|
max-width: 400px;
|
|
margin: calc(0.5 * var(--spacing-unit)) auto;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: calc(2 * var(--spacing-unit));
|
|
}
|