mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-07 09:58:01 +02:00
enhanced print view
This commit is contained in:
@@ -11,14 +11,19 @@ export const PostHeader: FunctionComponent<Props> = ({ author }) => {
|
||||
<div className={styles.header}>
|
||||
<span>
|
||||
<Image alt={author.name} path={author.photo} className={styles.photo} />
|
||||
<span className={styles.title}>
|
||||
<span className={`${styles.title} hideInPrintView`}>
|
||||
<Link className={styles.name} to="/">
|
||||
Rick <span className={styles.surname}>van Lieshout</span>
|
||||
</Link>
|
||||
</span>
|
||||
<span className={`${styles.title} showInPrintView`}>
|
||||
<Link className={styles.name} to="/">
|
||||
rickvanLieshout.com
|
||||
</Link>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
<span>
|
||||
<span className="hideInPrintView">
|
||||
<Link to="/" style={{ lineHeight: "50px", marginRight: "10px" }}>
|
||||
↩ All articles
|
||||
</Link>
|
||||
|
Reference in New Issue
Block a user