diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 388070c..4146e13 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ string style = ""; if (ViewBag.Banner != null) { - style = "background-image: url(\"" + ViewBag.Banner + "\");background-size:cover;"; + style = "background: url(\"" + ViewBag.Banner + "\") center center fixed;background-size:cover;"; } }