Kquant03 commited on
Commit
a814f40
·
verified ·
1 Parent(s): e392f56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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
- 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;
 
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;