mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-06 01:18:14 +02:00
started-new-blog
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React from "react";
|
||||
|
||||
import { useSiteMetadata } from "@/hooks";
|
||||
import { getContactHref } from "@/utils";
|
||||
|
||||
import * as styles from "./Author.module.scss";
|
||||
|
||||
@@ -11,14 +10,8 @@ const Author = () => {
|
||||
return (
|
||||
<div className={styles.author}>
|
||||
<p className={styles.bio}>
|
||||
{author.bio}
|
||||
<a
|
||||
className={styles.twitter}
|
||||
href={getContactHref("twitter", author.contacts.twitter)}
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<strong>{author.name}</strong> on Twitter
|
||||
Written by: <a href ="/pages/about">
|
||||
<strong>{author.name}</strong>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -39,7 +39,9 @@
|
||||
|
||||
@include breakpoint-md {
|
||||
.sidebar {
|
||||
lost-column: 1/3;
|
||||
lost-column: 1/4;
|
||||
// TODO: column to 1/4?
|
||||
// lost-column: 1/3;?
|
||||
|
||||
.inner {
|
||||
@include padding-equal(1.5);
|
||||
|
Reference in New Issue
Block a user