KaybaAI commited on
Commit
8222ccf
·
verified ·
1 Parent(s): b013d61

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css CHANGED
@@ -6,6 +6,14 @@ body {
6
  background: #f5f5f5;
7
  }
8
 
 
 
 
 
 
 
 
 
9
  .card {
10
  max-width: 900px;
11
  margin: 0 auto;
 
6
  background: #f5f5f5;
7
  }
8
 
9
+ .banner img {
10
+ width: 100%;
11
+ max-width: 600px; /* Adjust this value */
12
+ height: auto;
13
+ display: block;
14
+ margin: 0 auto; /* Centers it */
15
+ }
16
+
17
  .card {
18
  max-width: 900px;
19
  margin: 0 auto;