From 6512de6b7a0b6cc4393bf4c8274b1edc276c407f Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 31 Oct 2022 14:40:51 -0400 Subject: [PATCH 1/2] Update style and images for modal. --- src/common-components/modal/modal.vue | 192 ++++++++++++++------------ 1 file changed, 104 insertions(+), 88 deletions(-) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 04f99f0df..11acdb53f 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -1,108 +1,124 @@ From ed83b15a6b6b10963bf399e31bf255fc8efda246 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 31 Oct 2022 14:48:31 -0400 Subject: [PATCH 2/2] Add max-width to image. --- src/common-components/modal/modal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 11acdb53f..a375cf8cc 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -94,6 +94,7 @@ export default { img { display: flex; margin: 0 auto 1.5rem auto; + max-width: 100%; } } }