Skip to content

Commit

Permalink
fix width of bibtex on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwp committed May 30, 2022
1 parent f4f73a2 commit 56b4fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/bibtex.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react'
import './bibtex.scss'

export default function BibTeX({ title, date }) {
const written = new Date(date)
Expand Down
3 changes: 3 additions & 0 deletions src/components/bibtex.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pre {
white-space: pre-wrap;
}

0 comments on commit 56b4fbe

Please sign in to comment.