From c8667c9e8193af97279f85c316325e9920bac44b Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Wed, 28 Apr 2021 04:15:17 -0500 Subject: [PATCH] Finish redesign of new movie list --- src/app/components/MovieList.vue | 18 ++++++++++-------- src/app/components/SideNav.vue | 2 +- src/app/views/Search.vue | 2 +- tailwind.config.js | 8 +++++++- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/app/components/MovieList.vue b/src/app/components/MovieList.vue index ea6cd05..8f9381e 100644 --- a/src/app/components/MovieList.vue +++ b/src/app/components/MovieList.vue @@ -1,16 +1,18 @@