I want to reduce space between header and main in bootstrap 5 cards class shown by black line A
And line B which is between section container (or tag) and class album.
I am using cards class in bootstrap 5.
Thanks in advance.
I want to reduce space between header and main in bootstrap 5 cards class shown by black line A
And line B which is between section container (or tag) and class album.
I am using cards class in bootstrap 5.
Thanks in advance.
Copyright © 2021 Jogjafile Inc.

As shown in the picture, it has a padding around.
You can reduce the
paddingofsectionand the space between will be reduced.We can use bootstrap spacing class with it or can user own custom class to decrease the padding.
and the final html will be like
or
Hope this helps