Fix join call now button styling

This commit is contained in:
Robert Long 2021-12-14 15:31:11 -08:00
parent 3cc7892198
commit 8eefc0ce50

View file

@ -104,8 +104,13 @@ limitations under the License.
.joinCallButton {
position: absolute;
width: 100%;
max-width: 222px;
height: 40px;
bottom: 86px;
left: 50%;
font-weight: 600;
font-size: 15px;
transform: translateX(-50%);
}