﻿.navbar-logo {
    height: 40px;
}

.photo-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/* 📌 Butonun dar ekranda düzgün görünmesi için */
.btn-primary {
    white-space: nowrap;
}

/* 📌 Mobil Uyumluluk */
@media (max-width: 768px) {
    .btn-primary {
        font-size: 12px;
        padding: 5px 8px;
    }

    .table {
        font-size: 12px;
    }

        .table th,
        .table td {
            white-space: nowrap;
        }

    .table-responsive {
        overflow-x: auto;
    }
}
