/*
    Name: Sam Buring
    date: 1-10-2025
*/

/* Target only images inside the logos container in main */
.logos img {
    display: inline-block;    /* images should be inline elements */
    width: 45%;               /* roughly half of the container each */
    max-width: 300px;         /* don't grow too large */
    height: auto;             /* keep aspect ratio */
    margin-right: 10px;
}