Skip to content

Commit

Permalink
Centered image
Browse files Browse the repository at this point in the history
  • Loading branch information
yyiz committed Nov 22, 2023
1 parent b7dc2f7 commit af8e011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ img.headshot {
border-radius: 50%;
width: 100%;
max-width: 150px;
margin: auto;
display: block;
}

div.head img {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<header class="bg-light">
<div class="container">
<div class="row justify-content-center">
<div class="col-xxl-3 col-xl-3 col-lg-4 col-md-5 col-sm-4 vtop">
<div class="col-xxl-3 col-xl-3 col-lg-4 col-md-5 col-sm-0 vtop">
<div class="head">
<img src="images/headshot.png" class="headshot">
</div>
Expand Down

0 comments on commit af8e011

Please sign in to comment.