Update README.md
Browse files
README.md
CHANGED
|
@@ -51,13 +51,14 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
|
|
| 51 |
justify-content: space-between;
|
| 52 |
gap: 20px;
|
| 53 |
}
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
| 61 |
}
|
| 62 |
.header h1 {
|
| 63 |
font-size: 28px;
|
|
|
|
| 51 |
justify-content: space-between;
|
| 52 |
gap: 20px;
|
| 53 |
}
|
| 54 |
+
img {
|
| 55 |
+
border-radius: 10px 10px 0 0!important;
|
| 56 |
+
padding-left: 0px !important;
|
| 57 |
+
max-width: 500px;
|
| 58 |
+
height: auto;
|
| 59 |
+
display: block;
|
| 60 |
+
margin: 20px auto 0;
|
| 61 |
+
}
|
| 62 |
}
|
| 63 |
.header h1 {
|
| 64 |
font-size: 28px;
|