Skip to content

Commit

Permalink
Merge pull request #291 from jwade1327/doit-page
Browse files Browse the repository at this point in the history
Reduce size of DOIT page logo
  • Loading branch information
Shinsina authored Nov 29, 2023
2 parents d2252c6 + 361579d commit 419301a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/global/scss/components/_doit-page.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.page-contents {
&__content-body {
// stylelint-disable-next-line selector-no-qualifying-type
[data-embed-id="655bb0903f117aab6c8b45e3"]{
width: calc(800px - 10rem);
margin-left: 32px;
}
}
}
5 changes: 5 additions & 0 deletions packages/global/scss/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ a {
@import "./components/on-the-move-page";
/*! purgecss end ignore */
/*! critical:start|end */
/*! critical:start|website-section.doit */
/*! purgecss start ignore */
@import "./components/doit-page";
/*! purgecss end ignore */
/*! critical:start|end */
/*! critical:start|website-section.podcast */
/*! critical:start|content */
@import "./components/content-meter";
Expand Down
2 changes: 1 addition & 1 deletion sites/diverseeducation.com/config/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const resources = [
const awards = [
{ href: '/awards-honors/arthur-ashe', label: 'Arthur Ashe' },
{ href: '/awards-honors/diverse-champions', label: 'Diverse Champions' },
{ href: 'https://www.diverseeducation.com/page/DOIT', label: 'DOIT', target: '_blank' },
{ href: '/page/DOIT', label: 'DOIT' },
{ href: '/awards-honors/dr-john-hope-franklin', label: 'Dr. John Hope Franklin Award' },
{ href: '/awards-honors/emerging-scholars/2023', label: 'Emerging Scholars' },
{ href: '/awards-honors/graduate-scholars/2023', label: 'Graduate Scholars' },
Expand Down

0 comments on commit 419301a

Please sign in to comment.