mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-08 13:42:07 +02:00
Run prettier
This commit is contained in:
parent
b50b7d83c3
commit
0b5a905ae6
20 changed files with 452 additions and 352 deletions
|
@ -18,7 +18,9 @@ class Layout extends React.Component {
|
|||
title={this.props.title}
|
||||
image={this.props.image}
|
||||
speakable={this.props.speakable}
|
||||
>{this.props.seoAdditional ?? null}</SEO>
|
||||
>
|
||||
{this.props.seoAdditional ?? null}
|
||||
</SEO>
|
||||
<Navigation isHome={this.props.transparentTopbar} />
|
||||
<div id="content" role="main">
|
||||
{this.props.children}
|
||||
|
@ -61,7 +63,7 @@ Layout.propTypes = {
|
|||
children: PropTypes.any.isRequired,
|
||||
seoAdditional: PropTypes.any,
|
||||
image: PropTypes.string,
|
||||
speakable: PropTypes.any
|
||||
speakable: PropTypes.any,
|
||||
};
|
||||
|
||||
export default Layout;
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
@import "~@fontsource/fira-code/700.css";
|
||||
@import "../variables";
|
||||
|
||||
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
@ -69,7 +67,6 @@ section > article,
|
|||
}
|
||||
|
||||
article {
|
||||
|
||||
a {
|
||||
color: $accentColor;
|
||||
text-decoration: underline dotted currentColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue