|
I have a simple unordered list with no bullets. But my issue now is there is too much of a gap between the heading and the list below it.
here is the example:
The Team
<ul style="list-style:none">
<li>person 1- IC</li>
<li>person 2</li>
<li>person 3</li>
<li>person 4</li>
<li>person 5</li>
<li>person 6</li>
<li>person 7</li>
<li>person 8</li>
<li>person 9</li>
<li>person 10</li>
<li>person 11</li>
<li>person 12</li>
<li>person 13</li>
<li>person 14</li>
</ul>
This add too much space between
The Team
<-------This is the gap I want to get ride of
person 1
person 2
Thanks for any help
|