correct the padding of TalkingPointNames on mobile

This commit is contained in:
Daniel Vinci 2021-04-30 12:11:00 -06:00
parent 28a3744523
commit c8d4a36347
No known key found for this signature in database
GPG key ID: 7A700C29916C26CA

View file

@ -22,6 +22,8 @@
@media only screen and (max-device-width: 900px) and (orientation: portrait) {
.talkingPointNameContainer .talkingPointName {
padding-top: 0;
padding-right: 0;
text-align: center;
}
}