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%); }