elinas commited on
Commit
06ae975
1 Parent(s): 9ac6191

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -113,10 +113,9 @@ pinned: true
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>
 
113
  margin-top: 20px !important;
114
  margin-right: 10px !important;
115
  }
116
+ .info ul li {
117
+ margin-left: 30px; /* Adjust this value to your preference */
118
+ }
 
119
  </style>
120
  </head>
121
  <body>