column_2 and pet_minion have the same code, however the column tab won't close all the way like the minion =( any way to fix that? I tried fumbling with the borders, padding, margin, tucking it under the big column... it's very frustrating
I looked, I changed padding and it worked for me
Like below should work fine. you can also add the padding line to your own selectors and should work there too
<style>
{
padding: 5px 0px;
}
:hover {
padding: 5px;
}
</style>
no problem happy to help