mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-16 22:03:40 -05:00
Mobile CSS Fix
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user