This commit is contained in:
Daniel Vinci 2021-04-30 12:01:22 -06:00
parent ebda66f32d
commit a6d91c1ef1
No known key found for this signature in database
GPG key ID: 7A700C29916C26CA
48 changed files with 10 additions and 2 deletions

View file

@ -11,8 +11,8 @@
width: 100%;
height: 115px;
display: flex;
align-items: flex-start;
justify-content: flex-end;
align-items: center;
justify-content: center;
background-color: #00111d;
color: #ffffff;
}
@ -23,4 +23,12 @@
max-width: 250px;
text-align: right;
}
@media only screen
and (max-device-width: 900px)
and (orientation: portrait) {
.talkingPointNameContainer .talkingPointName {
text-align: center;
}
}
</style>