blob: 0f48996d1a483e377e7181e65d74ec294257bff4 [file] [log] [blame]
.wrapper {
display: grid;
grid-template-columns: repeat(14, 1fr);
grid-gap: 20px;
grid-auto-flow: dense;
width: 80%;
margin-left: 10%;
}