Skip to content

Commit

Permalink
feat(references): Add a new block called References (#348)
Browse files Browse the repository at this point in the history
* References section block.

* Adding an empty reference js file.

* Changes in the references css.
  • Loading branch information
nimithshetty17 authored Oct 11, 2023
1 parent 63b6872 commit b5d87a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blocks/references/references.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.references p, .references p strong {
font-size: var(--font-size-32);
font-family: var(--serif-font);
margin: unset;
margin-bottom: var(--spacer-element-10);
line-height: var(--line-height-120);
letter-spacing: var(--letter-spacing-001-em);
}

.references ul, ol, li, a {
font-size: var(--font-size-14);
font-family: var(--sans-serif-font-regular);
color: var(--neutral-grey-tint140);
}
Empty file added blocks/references/references.js
Empty file.

0 comments on commit b5d87a4

Please sign in to comment.