correct the padding of TalkingPointNames on mobile
This commit is contained in:
parent
28a3744523
commit
c8d4a36347
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
@media only screen and (max-device-width: 900px) and (orientation: portrait) {
|
@media only screen and (max-device-width: 900px) and (orientation: portrait) {
|
||||||
.talkingPointNameContainer .talkingPointName {
|
.talkingPointNameContainer .talkingPointName {
|
||||||
|
padding-top: 0;
|
||||||
|
padding-right: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue