Hi, I’m Oliver Bussell, designer, writer, lover, fighter, here’s some things I’ve been working on recently
@media screen and (min-width:768px) {
div#gridThumbs {
grid-template-columns: repeat(1,1fr);
}
a.grid-item {
flex-direction: row-reverse !important;
margin-bottom: 50px;
align-items: flex-start !important;
}
.portfolio-text {
margin-top: 0 !important;
}
.grid-image {
width: 50% !important;
}
.portfolio-text {
text-align: left !important;
width: 100%;
}
}