Skip to content

Commit

Permalink
remove pfp temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialLegacy committed Jan 16, 2024
1 parent 060a82b commit 9d709af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/modules/banner/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ function Banner() {
<div className="banner" id="banner">
<BoidCanvas />
<div className="banner-container">
<div className="banner-pfp">
<img src="pfp.png" alt="Profile Picture" />
<div />
</div>

<article className="banner-card">
<h2>{profile.name}</h2>
<div className="banner-card-details">
Expand Down
5 changes: 3 additions & 2 deletions src/modules/banner/styles/banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@
}

.banner-card {
width: calc(100% - (var(--banner-pad) * 2) - var(--banner-pfp-size));
/*width: calc(100% - (var(--banner-pad) * 2) - var(--banner-pfp-size));*/
width: calc(100% - var(--banner-pad));

margin-left: var(--banner-card-margin);
/*margin-left: var(--banner-card-margin);*/
}
}

Expand Down

0 comments on commit 9d709af

Please sign in to comment.