Fix end call screen styling

This commit is contained in:
Robert Long
2021-12-17 11:22:07 -08:00
parent 473a027702
commit 486f264673
2 changed files with 60 additions and 18 deletions

View File

@@ -165,6 +165,7 @@ limitations under the License.
}
.callEndedScreen h1 {
text-align: center;
margin-bottom: 60px;
}
@@ -181,10 +182,16 @@ limitations under the License.
.callEndedScreen ul {
padding: 0;
margin-bottom: 40px;
text-align: initial;
padding-left: 20px;
}
.callEndedButton {
width: 100%;
}
.callEndedContent {
text-align: center;
max-width: 360px;
}