elinas commited on
Commit
9ac6191
·
verified ·
1 Parent(s): e50dad8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -113,9 +113,10 @@ pinned: true
113
  margin-top: 20px !important;
114
  margin-right: 10px !important;
115
  }
116
- .info2 {
117
- margin-right: 20px !important;
118
- }
 
119
  </style>
120
  </head>
121
  <body>
@@ -131,7 +132,7 @@ pinned: true
131
  <p></p>
132
  <h2>Our Approach</h2>
133
  <div>
134
- <ul class="info2">
135
  <li>Cutting-edge finetuning methods for Large Language Models</li>
136
  <li>Innovative data preparation and curation techniques</li>
137
  <li>Focus on domain-specific excellence and versatility</li>
 
113
  margin-top: 20px !important;
114
  margin-right: 10px !important;
115
  }
116
+ /* Target all ul elements within the .info div */
117
+ .info ul li {
118
+ padding-left: 30px; /* Adjust this value to your preference */
119
+ }
120
  </style>
121
  </head>
122
  <body>
 
132
  <p></p>
133
  <h2>Our Approach</h2>
134
  <div>
135
+ <ul>
136
  <li>Cutting-edge finetuning methods for Large Language Models</li>
137
  <li>Innovative data preparation and curation techniques</li>
138
  <li>Focus on domain-specific excellence and versatility</li>