Skip to content

Commit

Permalink
Merge pull request #356 from nypublicradio/mwalsh/FE-141
Browse files Browse the repository at this point in the history
FE-141 Update blurb next to centennial video message
  • Loading branch information
walsh9 authored Aug 14, 2024
2 parents 08cb04a + e2e450b commit 89974e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/components/centennial/centennial-message/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<div class="centennial-message__wrapper">
<div class="centennial-message__text">
<h2 class="centennial-message__header">A Message From Our President</h2>
<p class="centennial-message__quote">“We hope you'll help us celebrate our Centennial by joining us at some of the exciting events, partnerships and public programs we'll be hosting. There will be many ways to listen in, join in-person, and donate to support our public service mission."</p>
<p class="centennial-message__quote">“WNYC launched onto the airwaves on July 8, 1924, with a bold mandate: to serve, in the words of our visionary founder Grover Whalen, as “the voice of New York.” Today that first broadcast echoes as a credo, a challenge, and a resounding call to action.</p>
<p class="centennial-message__quote">We hope you'll help us celebrate our first, and next, 100 years, by joining us at some of the exciting events and programs we're hosting. There are many ways to listen in, join in-person, and donate to support our public service mission."</p>
<p class="centennial-message__attribution">– LaFontaine E. Oliver, President and CEO</p>
</div>
<div class="centennial-message__video">
Expand Down
4 changes: 2 additions & 2 deletions app/styles/centennial/_centennial-message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ h2.centennial-message__header {
font-size: 16px;
}
.centennial-message__quote {
font-size: 18px;
font-size: 14px;
font-weight: 400;
}
.centennial-message__attribution {
font-size: 18px;
font-size: 14px;
}
}
@media screen and (min-width: 1120px) {
Expand Down

0 comments on commit 89974e6

Please sign in to comment.