We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fdec6 commit 5dd287fCopy full SHA for 5dd287f
1 file changed
src/components/cv.tsx
@@ -4,7 +4,7 @@ import { Separator } from 'src/lib/separator'
4
export const Skills: React.FC = () =>
5
<>
6
7
- <a style={{ textAlign: 'end' }} className='not-print' href='cv.pdf'>Download this page</a>
+ <a style={{ textAlign: 'end', display: 'block' }} className='not-print' href='cv.pdf'>Download this page</a>
8
9
<h1>Skills</h1>
10
{/* <div style={{ borderLeft: 'white solid', paddingLeft: 16 }} >
0 commit comments