On this page:
I am trying to eliminate the space between the panels in the "Funzionalità " section. Each panel has the following code:
#bor_panel {
border-radius: 12px;
border: 2px solid #287396;
padding: 20px;
width: 170px;
height: 170px;
display: flex;
}
#bor_panel span {
margin: auto;
display: none;
}
#bor_panel:hover img {
display: none;
}
#bor_panel:hover span {
display: inline;
}
I have attempted various solutions such as "margin-left/right:0", "padding-left/right:0", "margin:0", and "no-gutter" but nothing seems to work. Any suggestions would be appreciated. Thank you.
------EDIT-------
I desire something like this: