[mirotalk] - fix width
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user