diff --git a/assets/components/actors/actor.vue b/assets/components/actors/actor.vue index dc807568..0c86ce85 100644 --- a/assets/components/actors/actor.vue +++ b/assets/components/actors/actor.vue @@ -647,7 +647,7 @@ export default { } @media(max-width: $breakpoint4) { - .description { + .descriptions-container { display: none; } } @@ -710,14 +710,15 @@ export default { display: flex; } - .expanded .description { + /* + .expanded .descriptions-container { display: block; max-width: 100%; - max-height: none; + max-height: 30rem; margin: 0; padding: 0 1rem; - overflow: bisible; } + */ .expanded { .collapse-header { diff --git a/public/img/logos/boobpedia/boobpedia.png b/public/img/logos/boobpedia/boobpedia.png new file mode 100644 index 00000000..e577057f Binary files /dev/null and b/public/img/logos/boobpedia/boobpedia.png differ