[mirotalk] - fix width

This commit is contained in:
Miroslav Pejic
2023-07-27 09:46:32 +02:00
parent e274f6d7ac
commit 3dd0be58f3
+8
View File
@@ -3408,6 +3408,10 @@ img.has-shadow {
width: 150px;
}
.w-300 {
width: 300px;
}
@media (max-width: 640px) {
.ta-l-mobile {
text-align: left;
@@ -3467,6 +3471,10 @@ img.has-shadow {
.spacer-64-mobile {
padding-top: 64px;
}
.w-150 {
width: 240px;
}
}
@media (min-width: 641px) {