/* dropdown-notif.css */

/* Untuk layar kecil (sm dan lebih kecil) */
@media (max-width: 576px) {
    .dropdown-sm-full {
        width: 90%; /* Lebar dropdown */
        left: 5%;   /* Pusatkan dropdown */
        right: auto; /* Hilangkan posisi default */
    }
}
