From 2ac7ebcfe6beb664d8dc60d2dbb8de1ab3b54ae5 Mon Sep 17 00:00:00 2001 From: Joey Ballentine <joeyjballentine@gmail.com> Date: Sat, 27 Oct 2018 23:29:40 -0500 Subject: [PATCH] cjenbvjverv --- medias.js | 4 ++-- style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/medias.js b/medias.js index 5c9f61f..707b1c8 100644 --- a/medias.js +++ b/medias.js @@ -310,7 +310,7 @@ let Avengers = new Media( "Earth's mightiest heroes must come together and learn to fight as a team if\ they are going to stop the mischievous Loki and his alien army from enslaving humanity.", [new Season(1)], // 1 season, 1 episode = movie - ["Netflix"], + ["Prime Video"], 'Content/Avengers.jpg', "avengers"); @@ -324,7 +324,7 @@ let BlackPanther = new Media( conflict that puts the fate of Wakanda and the entire world at risk. Faced with treachery and danger, the young king must rally his allies\ and release the full power of Black Panther to defeat his foes and secure the safety of his people.", [new Season(1)], // 1 season, 1 episode = movie - ["Netflix"], + ["Netflix", "Prime Video"], 'Content/black-panther.jpg', "blackpanther"); diff --git a/style.css b/style.css index 196e6d7..bf56fe1 100644 --- a/style.css +++ b/style.css @@ -46,6 +46,7 @@ margin-right: 40px; height: 10px; width: 25%; + border-radius: 20px; } #search-box { -- GitLab