Update README.md
Browse files
README.md
CHANGED
@@ -75,10 +75,11 @@ thumbnail: "https://github.com/user-attachments/assets/8ae905f3-6884-45cb-bd50-0
|
|
75 |
line-height: 1.6;
|
76 |
margin-left: 5px;
|
77 |
overflow-x: auto;
|
78 |
-
margin-top:
|
79 |
border: 1px solid rgba(255, 255, 255, 0.05);
|
80 |
transition: background-color 0.6s ease;
|
81 |
}
|
|
|
82 |
.info img {
|
83 |
width: 100%;
|
84 |
border-radius: 10px 10px 0 0;
|
|
|
75 |
line-height: 1.6;
|
76 |
margin-left: 5px;
|
77 |
overflow-x: auto;
|
78 |
+
margin-top: 40px; /* Increased margin-top */
|
79 |
border: 1px solid rgba(255, 255, 255, 0.05);
|
80 |
transition: background-color 0.6s ease;
|
81 |
}
|
82 |
+
}
|
83 |
.info img {
|
84 |
width: 100%;
|
85 |
border-radius: 10px 10px 0 0;
|