From dcaf98e6129ccc1e36bb7001181f982c7cad2980 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Wed, 20 Nov 2024 15:41:40 +0200 Subject: [PATCH] Refactor CSS --- src/app.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app.css b/src/app.css index 7fb21fc..85b2fd6 100644 --- a/src/app.css +++ b/src/app.css @@ -29,11 +29,4 @@ h1, h2, h3, h4, h5, h6 { .button-primary { @apply border-primary-GoldTinsel bg-primary-GoldTinsel-dark text-primary-SantaSuitBlack font-bold mx-auto px-6 hover:bg-primary-GoldTinsel-light -} - -.movie-poster { - @apply rounded-md mx-2 w-[60rem] - /* aspect-ratio: auto; */ - /* width: 100%; */ - } \ No newline at end of file