Spaces:
Running
Running
Update style.css
Browse files
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;
|