Skip to content

Commit

Permalink
update profile pic
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle committed Jul 18, 2024
1 parent 902e56e commit 8a1bd5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion theme/includes/basics.pug
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
span
b= profile.network
span.username= profile.username
img.image(src=basics.image)
.img-ctr
img.image(src=basics.image)
p.summary= basics.summary
15 changes: 8 additions & 7 deletions theme/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,18 @@ header {
}

.website {
grid-area: website;

* {
margin-right: $spacing;
}
}

.email {
grid-area: email;

* {
margin-right: $spacing;
}
}

ul.profiles {
grid-area: profiles;
list-style-type: none;
padding: 0;
margin: 0;
Expand All @@ -97,10 +92,16 @@ header {
}
}

.image {
grid-area: image;
.img-ctr {
height: 172px;
width: 172px;
display: flex;
justify-content: end;

img {
max-height: 100%;
max-width: 100%;
}
}

p.summary {
Expand Down

0 comments on commit 8a1bd5d

Please sign in to comment.