<li> <a class="btn btn-primary py-2 px-2 d-inline-block theme_button" href="">Click me</a> </li>
I have this code, this button is touching div
, I tried placing padding: 10px;
but it still touches div
.
P粉9039692312023-09-13 09:09:55
Without seeing more details of the code you wrote, I can't be 100% sure, but if no other styles are affecting your layout, changing padding to margin should do the trick.