Skip to content

Commit

Permalink
Desktop version
Browse files Browse the repository at this point in the history
  • Loading branch information
tin0312 committed Sep 21, 2023
1 parent beea573 commit 8c15920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ nav a:hover {
line-height: 95px;
}
#name {
overflow: hidden;
position: relative;
font-family: "Space Grotesk", sans-serif;
}
Expand Down Expand Up @@ -107,6 +106,7 @@ nav a:hover {
align-items: flex-start;
justify-content: center;
height: 100%;
width: 100%;
}
.image-container {
display: flex;
Expand Down
9 changes: 4 additions & 5 deletions src/Pages/Brand.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ export default function Brand() {
{/* Name && Introduction */}
<div className="introduction-container">
<h1 className="greeting">
Nice to meet you!{""}
<br />
I’m <span id = "name" >Justin</span>
Nice to meet you!
<br/> I’m <span id = "name" >Justin</span>
</h1>
<p className="introduction-message">
Based in the Toronto, I’m a front-end developer
passionate about building accessible web apps
Based in the Toronto, I’m a front-end developer<br/>
passionate about building accessible web apps<br/>
that users love.
</p>
</div>
Expand Down

0 comments on commit 8c15920

Please sign in to comment.