
@media screen and (max-width: 768px) {

    #navLinks {
        display: none; 
        position: absolute;
        top: 70px; 
        right: 0px;
        margin: 0;
        background-color: var(--pico-background-color);
        flex-direction: column;
        width: 100% !important;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        padding: 10px;
        z-index: 10;
    }

    nav ul {
        display: flex;
        flex-direction: row;
    }

    #hamburger {
        display: block;
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
    }

    .gamecard {
        height: 250px;
    }

    .banner img {
        max-height: 200px;
    }

    .mini-card {
        max-width: 80vw;
    }

    .mini-card-contents {
        padding: 10px;
    }

}
