Good evening,
I wanted to make space between the SVG’s (card icon and Klarna icon). But I am not sure how to make it.
Please help.
My Website: https://peachboom.de/
Sincerely Eddy
Good evening,
I wanted to make space between the SVG’s (card icon and Klarna icon). But I am not sure how to make it.
Please help.
My Website: https://peachboom.de/
Sincerely Eddy
sorry for that issue can you please try this code
p.mb-0 svg {
vertical-align: middle;
margin-bottom: 15px;
}
p.mb-0 svg:nth-child(1) {
margin-bottom: 10px;
}