소스 검색

Updates - style fixes

Samson Mutunga 2 년 전
부모
커밋
c0b53a87cf
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      public/css/style.css

+ 8 - 1
public/css/style.css

@@ -485,9 +485,16 @@ p {
     object-position: top;
   }
   .md-title {
-    font-size: 34px;
+    font-size: 29px;
   }
   .btn-pry, .btn-outline-pry{
     font-size: 16px
   }
+  .top {
+    background-image: none !important;
+    min-height: auto;
+  }
+  .top >.py-5 {
+    padding: 0 !important;
+  }
 }