From 5255080c2d3e542b88635f80ae3d6be8df865f46 Mon Sep 17 00:00:00 2001 From: OCDkirby Date: Fri, 17 Nov 2023 15:27:24 -0600 Subject: [PATCH] fix: css part 1 --- src/App.vue | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/src/App.vue b/src/App.vue index 672c48b..be504bb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -196,8 +196,8 @@ const darkThemeOverrides: GlobalThemeOverrides = { } .n-carousel { - width: 800px; - height: 450px; + width: 80%; + height: 80%; align-self: center; } @@ -206,8 +206,8 @@ const darkThemeOverrides: GlobalThemeOverrides = { } .carousel-img { - width: 800px; - height: 450px; + width: 100%; + height: 100%; object-fit: cover; } @@ -294,21 +294,6 @@ const darkThemeOverrides: GlobalThemeOverrides = { display: flex; padding-top: 15%; } - -.joke-wrapper { - display: flex; - flex-flow: column nowrap; - justify-content: flex-start; - flex-shrink: 1; - gap: 8px; - align-items: flex-start; -} - -.joke-footnote { - align-self: flex-end; - font-size: 8pt; - word-wrap: break-word; -}