From 88120caa4ab8cfb224cf1b417ffbab0e6ed0c880 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 15 Sep 2024 16:14:34 +0200 Subject: [PATCH] [call-me] - update css --- package.json | 4 ++-- public/style.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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; }