Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversion/wp-content/plugins/give/src/Views/Components/Card/ |
Upload File : |
.card {
background: #fff;
border-radius: 5px;
box-shadow: 0 3px 6px rgba(68, 68, 68, 0.05), 0 3px 6px rgba(68, 68, 68, 0.05);
display: flex;
flex-direction: column;
> .title {
font-weight: 900;
padding: 16px;
font-size: 15px;
}
> .content {
padding: 0;
flex: 1;
display: flex;
position: relative;
flex-direction: column;
}
}
@media (max-width: 768px) {
.card {
grid-column: span 12 !important;
}
}