Skip to content

Commit

Permalink
Update spacing for description list, fix for #536
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Sep 8, 2023
1 parent 6d11b35 commit b099443
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scss/components/_terms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
flex: 0 0 30%;
padding-bottom: $spacing-4;
margin-bottom: $spacing-4;
padding-right: $spacing-2;

&:not(:last-of-type) {
border-bottom: 1px solid $border-color;
Expand All @@ -43,6 +44,7 @@

@include breakpoint(lg) {
flex: 0 0 70%;
padding-left: $spacing-2;
}
}

Expand Down
16 changes: 16 additions & 0 deletions src/templates/paragraphs/text.twig
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,22 @@
</dd>
</dl>

<dl>
<dt>
<a href="https://www.middlebury.edu/office/teaching-learning-research/faculty-resources/programming/teaching-and-writing-retreat">Teaching and Writing Retreat</a><br>
(August)
</dt>
<dd>A two-day, off-campus writing and teaching retreat to explore topics in pedagogy, prepare for courses, and explore issues in higher education.</dd>
<dt>
<a href="https://www.middlebury.edu/office/teaching-learning-research/faculty-resources/programming/contemporary-teaching-liberal-arts">Contemporary Teaching in the Liberal Arts Series</a><br>
(January)
</dt>
<dd>A selection of roundtable discussions and workshops throughout J-term that explore intentional teaching and learning practices. Past topics have included creating inclusive pedagogy, universal design, and contemplative practices.</dd>
<dt><a href="http://www.middlebury.edu/office/teaching-learning-research/faculty-resources/programming/learning-institute">Learning Institute</a><br>
(May)</dt>
<dd>Two-days of workshops centered around a theme related to teaching and learning. Past topics have included inspiring students and the science of learning.</dd>
</dl>

{# heading starts with numbers to test anchorjs invalid selectors #}
<h2>350.org</h2>

Expand Down

0 comments on commit b099443

Please sign in to comment.