/*

   Title: Credits
   Author: QBIT
   Date: 30/08/2024

   File path: ../../../../uploads/

*/

/* Credit styles */
#credits {
   background-color: #f8f8f8;
   padding: 30px 10px;
}

.credits {
   max-width: 1200px;
   display: flex;
   flex-wrap: nowrap;
   overflow-x: hidden;
   margin: auto;
}

.box {
   flex: 1 0 10%;
   min-width: 100px;
}

/* Media queries */
@media (max-width: 64em) {

   /* Credit styles */

}