View: Branding / Illustrations
/* Styles for desktop and larger screens */ .gallery-item { width: 50%; float: left; } /* Styles for mobile screens */ @media only screen and (max-width: 767px) { .gallery-item { width: 100%; float: none; } }
View: Branding / Illustrations