Skip to content

Commit

Permalink
Tweak whitespace for service intro
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Apr 12, 2021
1 parent 6190b99 commit 60a8d77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@
@media screen and (min-width: $grid-breakpoint-md-lg) {
.service-intro-grid {
grid-template-columns: repeat(2, 1fr);
padding: $spacer-sm;
}

.service-intro {
border-right: 1px solid $brand-gray-25;
padding-right: $spacer-base;
width: 100%;
justify-self: flex-end;

&:nth-child(2n) {
border-right: 0;
Expand Down

0 comments on commit 60a8d77

Please sign in to comment.