From 8eefc0ce50cfa7e822b6a93276a63671c3577c0e Mon Sep 17 00:00:00 2001 From: Robert Long Date: Tue, 14 Dec 2021 15:31:11 -0800 Subject: [PATCH] Fix join call now button styling --- src/Room.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Room.module.css b/src/Room.module.css index f9c52dbb..1e45c41c 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -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%); }