Skip to content

Commit

Permalink
add photo
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamz12345 committed Jun 15, 2024
1 parent 0b0d427 commit b7fcf12
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file modified portfolio/src/Assets/placeholder_portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion portfolio/src/Pages/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
display: flex;
margin: auto 5rem;
justify-content: center;
padding-top: 5rem;

}

Expand Down Expand Up @@ -33,7 +34,6 @@


.aboutTopText {
border-left: 1px solid gray;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down
2 changes: 1 addition & 1 deletion portfolio/src/Pages/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

.portraitPhoto {
object-fit: fill;
width: 40rem;
width: 30rem;
min-width: 20rem;

}
Expand Down
1 change: 0 additions & 1 deletion portfolio/src/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const Home = () => {
<div className="helloText">
<span className="softDev">Hello, I'm</span>
<span className="myName">Łukasz Spychała</span>
<span className="softDev">I'm aspiring</span>
<span className="helloIm">Software Developer</span>
<span className="softDev">Click here to learn </span>
<span className="softDev">more about me.</span>
Expand Down

0 comments on commit b7fcf12

Please sign in to comment.