tweak talkingpoint components

This commit is contained in:
Daniel Vinci 2021-04-30 11:53:19 -06:00
parent 4ae0be69cd
commit 25caac5d3c
No known key found for this signature in database
GPG key ID: 7A700C29916C26CA
2 changed files with 3 additions and 3 deletions

View file

@ -4,9 +4,9 @@
<style>
.talkingPointContainer {
background-color: aquamarine;
background-color: transparent;
display: grid;
grid-template-columns: 30% auto;
grid-template-rows: 1;
grid-template-rows: auto;
}
</style>

View file

@ -9,7 +9,7 @@
<style>
.talkingPointNameContainer {
width: 100%;
height: 100%;
height: 115px;
display: flex;
align-items: flex-start;
justify-content: flex-end;