Skip to content

Commit

Permalink
D8CORE-7660: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Dec 11, 2024
1 parent e99da31 commit f62baba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@

h2 {
@include responsive-spacing('margin-bottom', 0);
@include type-d;
@include type-e;
}
}

.su-opp-image {
@include responsive-spacing('margin-bottom', 0);

@include grid-media-max('md') {
@include responsive-spacing('margin-top', 0);

}
}

.su-opp-eligibility {
Expand All @@ -38,11 +43,12 @@
.su-opp-type,
.su-opp-start-date,
.su-opp-application-deadline,
.su-opp-course-code {
.su-opp-course-code,
.su-opp-eligibility {
@include responsive-spacing('padding', 0 null);

> div:first-child {
font-weight: $su-font-semi-bold;
h2 {
font-size: 1.2em;
}
}
}
Expand Down

0 comments on commit f62baba

Please sign in to comment.