Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ license: cc-by-4.0
|
|
3 |
thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0838a5c8e3db"
|
4 |
---
|
5 |
|
|
|
6 |
<!DOCTYPE html>
|
7 |
<html lang="en">
|
8 |
<head>
|
@@ -51,14 +52,13 @@ 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 |
}
|
63 |
.header h1 {
|
64 |
font-size: 28px;
|
|
|
3 |
thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0838a5c8e3db"
|
4 |
---
|
5 |
|
6 |
+
|
7 |
<!DOCTYPE html>
|
8 |
<html lang="en">
|
9 |
<head>
|
|
|
52 |
justify-content: space-between;
|
53 |
gap: 20px;
|
54 |
}
|
55 |
+
img {
|
56 |
+
border-radius: 10px 10px 0 0!important;
|
57 |
+
padding-left: 0px !important;
|
58 |
+
max-width: 500px; /* Added max-width */
|
59 |
+
height: auto; /* Added height auto */
|
60 |
+
display: block; /* Added display block */
|
61 |
+
margin: 20px auto 0; /* Added margin top and auto */
|
|
|
62 |
}
|
63 |
.header h1 {
|
64 |
font-size: 28px;
|