mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-01 05:27:04 +00:00
12 lines
155 B
CSS
12 lines
155 B
CSS
.form {
|
|
padding: 0 24px;
|
|
justify-content: center;
|
|
max-width: 409px;
|
|
width: calc(100% - 48px);
|
|
margin-bottom: 72px;
|
|
}
|
|
|
|
.button {
|
|
width: 100%;
|
|
}
|