Skip to content

Commit

Permalink
Remove extra margin from portrait, fix container widths
Browse files Browse the repository at this point in the history
  • Loading branch information
GergiH committed Oct 24, 2024
1 parent dfc54f9 commit a6d189e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ a:hover {
border-radius: 2rem;
min-width: 110px;
height: 180px;
margin: 0.5rem 1.5rem 0.5rem 0.5rem;
margin: 0.5rem;
overflow: hidden;
}
.portrait-image {
Expand Down Expand Up @@ -279,15 +279,12 @@ a:hover {
display: flex;
flex-direction: row;
position: relative;
width: 93%;
}
.content-text {
position: relative;
width: 93%;
}
.content-terminal {
position: relative;
width: 93%;
}
.home-texts {
display: flex;
Expand Down

0 comments on commit a6d189e

Please sign in to comment.