diff --git a/src/sandbox/utilities/typography/examples/add-styling-to-running-text-section.njk b/src/sandbox/utilities/typography/examples/add-styling-to-running-text-section.njk index 860e557f3..df360b4d0 100644 --- a/src/sandbox/utilities/typography/examples/add-styling-to-running-text-section.njk +++ b/src/sandbox/utilities/typography/examples/add-styling-to-running-text-section.njk @@ -8,7 +8,7 @@ order: 8 ---

Picture yourself at IU Bloomington

-

It’s easy to fall in love with IU Bloomington’s beautiful campus, with iconic places like the picturesque Arboretum, the grand Musical Arts Center (“the MAC”), and the Indiana Memorial Union (IMU), one of the country’s largest student unions, with four floors of late-night dining options, study rooms, a bowling alley, a movie theater, and more.

+

It’s easy to fall in love with IU Bloomington’s beautiful campus, with iconic places like the picturesque Arboretum13, the grand Musical Arts Center (“the MAC”), and the Indiana Memorial Union (IMU), one of the country’s largest student unions, with four floors of late-night dining options, study rooms, a bowling alley, a movie theater, and more.

Keep learning during challenging times

Head to our Keep Learning site to find technology resources, self care support, and opportunities to stay connected to the IU community during COVID-19, whether you’re on campus or learning remotely.

A lively campus residential life

diff --git a/src/sass/defaults/_reset.scss b/src/sass/defaults/_reset.scss index 795345bab..9badfa862 100644 --- a/src/sass/defaults/_reset.scss +++ b/src/sass/defaults/_reset.scss @@ -75,3 +75,8 @@ em { strong { font-weight: $font-weight-bold; } + +sub, +sup { + font-size: smaller; +} \ No newline at end of file