diff --git a/README.md b/README.md index 6b5d5f1..25b5821 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ -# Movie Night Web [WIP] +# Nuxt Minimal Starter Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. -Setup is pretty standard for a Nuxt project so I'll leave that below. Just be sure to copy .env.example to .env and fill -in the value. - ## Setup Make sure to install dependencies: diff --git a/app/components/panels/movie-details.vue b/app/components/panels/movie-details.vue index 7a3c894..b1dd254 100644 --- a/app/components/panels/movie-details.vue +++ b/app/components/panels/movie-details.vue @@ -58,11 +58,10 @@ const criticScores = computed(() => { - @@ -72,6 +71,9 @@ dt { font-weight: bold; } +.critic-score-source { +} + .movie-detail { display: flex; flex-direction: column;