[mirotalk] - fix hr

This commit is contained in:
Miroslav Pejic
2022-11-14 18:00:46 +01:00
parent fdd955e0e7
commit 4a83c69947
+9
View File
@@ -1077,6 +1077,15 @@ progress {
# Common
--------------------------------------------------------------*/
hr {
border: 0;
display: block;
height: 1px;
background: #dbdbdb;
margin-top: 15px;
margin-bottom: 15px;
}
button {
cursor: pointer;
}