oops
This commit is contained in:
parent
ebda66f32d
commit
a6d91c1ef1
48 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue