Skip to content

Commit

Permalink
fix: add back missing styles removed from nerd days redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 9, 2020
1 parent bfdd523 commit ccf9296
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/nerd-days.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
.twoColumnAlt {
display: grid;
grid-template-columns: 60% 35%;
grid-gap: 2rem;
}

.img {
width: 100%;
margin: 0.25rem auto;
}

.engagementOptions {
display: inline-flex;
list-style-type: none;
Expand Down

0 comments on commit ccf9296

Please sign in to comment.