Samson Mutunga 2 years ago
parent
commit
a690a3951f
2 changed files with 2 additions and 1 deletions
  1. 2 1
      public/css/style.css
  2. BIN
      public/img/colonoscopy.jpg

+ 2 - 1
public/css/style.css

@@ -143,13 +143,14 @@ p {
   border-bottom: 1px solid #ccc;
 }
 .top {
-  background-image: url('/img/top-bg.jpg');
+  background-image: url('/img/colonoscopy.jpg');
   background-size: cover;
   background-position: top right;
   background-repeat: no-repeat;
   min-height: 600px;
   color: #333;
   display: grid;
+  background-position: bottom;
 }
 
 .top .light-bg p{

BIN
public/img/colonoscopy.jpg