فهرست منبع

banner not fluid

huaisianhuang 3 سال پیش
والد
کامیت
de9da8fee1
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      step_question/apis/static/index2.html
  2. 4 4
      step_question/apis/static/style.css

+ 1 - 1
step_question/apis/static/index2.html

@@ -13,7 +13,7 @@
 </head>
 <body>
   <nav class="navbar navbar-expand-lg sticky-top p-0">
-    <div class="container-fluid d-flex flex-column img_banner">
+    <div class="container d-flex flex-column img_banner">
     <!--<a class="navbar-brand" href="#">Navbar</a> -->
       <!-- <div class="title__block">
         <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">

+ 4 - 4
step_question/apis/static/style.css

@@ -42,15 +42,15 @@ body {
 }
 
 .navbar {
-	background-color: #ee7800;
+	background-color: white;
 }
 
 .img_banner {
 	background-image: url('images/banner_top.jpg');
 	background-repeat: no-repeat;
-	background-size: cover;
+	background-size: contain;
 	background-position: center;
-	width: 100%;
+	width: 80%;
 	height: 150px;
 }
 
@@ -368,7 +368,7 @@ footer {
 
 .img_fr {
 	width: 80%;
-	max-width: 1000px;
+	max-width: 850px;
 	min-width: 300px;
 	height: 60px;
 	object-fit: cover;