diff --git a/public/css/style.css b/public/css/style.css index 12513ec..f65ec9e 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -2792,14 +2792,14 @@ footer { /*----- Doctor Page -----*/ /*-- Page Title --*/ .page-title-one { - background-image: url("/images/page-banner1.jpg"); + background-image: url("/images/page-banner-1.jpg"); } .page-title-area { - background-size: cover; + background-size: 100%; background-position: center center; background-repeat: no-repeat; - height: 400px; + height: 600px; text-align: center; position: relative; } diff --git a/public/images/page-banner-1.jpg b/public/images/page-banner-1.jpg new file mode 100644 index 0000000..6ad8780 Binary files /dev/null and b/public/images/page-banner-1.jpg differ