Mobile CSS Fix

This commit is contained in:
ssyyhhrr
2023-01-24 11:48:53 +00:00
parent 0f9b0df375
commit 7e77ab2751

View File

@@ -578,21 +578,6 @@ p a:hover {
font-size: 1em; font-size: 1em;
} }
.flag {
height: 45px;
width: 45px;
}
.team {
width: 45px;
}
.text {
line-height: 45px;
width: 45px;
font-size: 14px;
}
.input { .input {
width: 360px; width: 360px;
} }
@@ -641,18 +626,18 @@ p a:hover {
} }
.flag { .flag {
height: 35px; height: 45px;
width: 35px; width: 45px;
} }
.team { .team {
width: 35px; width: 45px;
} }
.text { .text {
line-height: 35px; line-height: 45px;
width: 35px; width: 45px;
font-size: 12px; font-size: 14px;
} }
.input { .input {