As a CSS beginner utilizing the Bootstrap framework, I have encountered an issue with my button layout on mobile devices. I have successfully created a set of buttons that display correctly on both desktop and mobile views.
In the desktop view, you can see the buttons here: https://i.sstatic.net/C8JCp.png
And in the mobile view, they are displayed like this: https://i.sstatic.net/IBPP0.png
My goal is to add some spacing between rows in the mobile view, similar to what is shown here: https://i.sstatic.net/fU55k.png
This is the code I am working with:
<?php
include "header.php";
include "navbar.php";
// Button creation code goes here
include "footer.php"
?>
If anyone has any suggestions or solutions for adding spacing between rows in the mobile view, please let me know. Thank you in advance for your help. Please excuse any errors in my English language skills.