Skip to content

Commit

Permalink
title 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sungpaks committed Jan 3, 2024
1 parent 6ab0856 commit da61712
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/topUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { Link } from "gatsby"
function TopUI() {
return (
<div className="top-ui">
<h2>
<Link to="/">성훈 블로그</Link>
</h2>
<h4 style={{ marginTop: 20 }}>
<Link to="/">👍 성훈 블로그</Link>
</h4>
</div>
)
}
Expand Down
6 changes: 3 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ h4,
h5,
h6 {
font-family: var(--font-heading);
margin-top: var(--spacing-8);
margin-top: var(--spacing-10);
margin-bottom: var(--spacing-6);
line-height: var(--lineHeight-tight);
letter-spacing: -0.025em;
Expand Down Expand Up @@ -320,10 +320,10 @@ a:focus {
}
.top-ui {
position: fixed;
vertical-align: center;
vertical-align: middle;
padding-left: 40px;
width: 100%;
height: 100px;
height: 70px;
border-bottom: 1px solid black;
background-color: rgba(245, 245, 245, 0.8);
}
Expand Down

0 comments on commit da61712

Please sign in to comment.