Skip to content

Commit 5dd287f

Browse files
committed
download page on right
1 parent 92fdec6 commit 5dd287f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/cv.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Separator } from 'src/lib/separator'
44
export const Skills: React.FC = () =>
55
<>
66

7-
<a style={{ textAlign: 'end' }} className='not-print' href='cv.pdf'>Download this page</a>
7+
<a style={{ textAlign: 'end', display: 'block' }} className='not-print' href='cv.pdf'>Download this page</a>
88

99
<h1>Skills</h1>
1010
{/* <div style={{ borderLeft: 'white solid', paddingLeft: 16 }} >

0 commit comments

Comments
 (0)