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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
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
- img {
55
- border-radius: 10px 10px 0 0!important;
56
- padding-left: 0px !important;
57
- max-width: 500px; /* Added max-width */
58
- height: auto; /* Added height auto */
59
- display: block; /* Added display block */
60
- margin: 0 auto; /* Added margin auto */
 
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;