diff --git a/templates/index.html b/templates/index.html index 3d9e241..3188d0b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -41,7 +41,10 @@ background-color: #dc3545 !important; animation: pulse 1.5s infinite; } - + .record-btn.btn { + border-radius: 50% !important; + line-height: 1; + } @keyframes pulse { 0% { transform: scale(1);