diff --git a/package.json b/package.json index 77ea3bf..ae47b57 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "callme", - "version": "1.0.7", + "name": "call-me", + "version": "1.0.8", "description": "Your Go-To for Instant Video Calls", "author": "Miroslav Pejic - miroslav.pejic.85@gmail.com", "license": "AGPLv3", diff --git a/public/style.css b/public/style.css index d96b529..f64eb14 100644 --- a/public/style.css +++ b/public/style.css @@ -39,6 +39,10 @@ body { background: rgb(0 0 0 / 7%) !important; } +.card-header h1 { + margin-top: 15px; +} + /* Video Styles */ video { width: 100%; @@ -112,6 +116,7 @@ input { .btn-custom { height: 48px; width: 48px; + margin: 0.1rem; border: none; border-radius: 50px !important; }