Skip to content

Commit

Permalink
Add header title
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 9, 2024
1 parent 3fce365 commit 3b77b09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@
align-items: center;
}

.header .logo {
display: flex;
flex-direction: row;
align-items: center;
}

.header .logo img {
padding: 0.5rem 1rem;
max-height: 4rem;
}

.header .title {
.header .logo .title {
font-size: 2rem;
color: #5BBCFF;
color: #7EA1FF;
text-decoration: none;
font-weight: 700;
}
Expand Down
4 changes: 4 additions & 0 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ export default function Header() {
<div className="header">
<div className="logo">
<img src="/logo512.png" alt="logo"/>
<div className="title">
VK-45.01
</div>
</div>

<div className="GitHub">
<a href="https://github.com/QubitPi/VK-45.01">
<GitHubSvg />
Expand Down

0 comments on commit 3b77b09

Please sign in to comment.