Skip to content

Commit d55a8b2

Browse files
committed
some extra margin above the mugshot
1 parent 83a16ad commit d55a8b2

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

css/v2.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,9 +472,13 @@ ul.talk-list > li > ul > li {
472472
}
473473

474474
/******************
475-
* Utility classes
475+
* Misc
476476
*****************/
477477

478+
/* Some extra margin above the mugshot on the homepage */
479+
.mugshot {
480+
margin-top: 3em;
481+
}
478482

479483
/******************
480484
* New nav based on http://codepen.io/rbardtke/pen/nfkdb/?editors=110
@@ -705,4 +709,4 @@ input[data-function*='swipe']:checked ~ .offcanvas-sidebar .menu li {
705709
/*Disabled because this just seems to cause isses?*/
706710
/*padding-left: 260px;*/
707711
}
708-
}
712+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ <h2 class="sub-header">About</h2>
99
I'm <strong>Peter Heywood</strong>, A Research Software Engineer in the <a href="//rse.shef.ac.uk">RSES Group</a> at <a href="http://shef.ac.uk/dcs/">the University of Sheffield</a>, mostly working on GPU & HPC related projects.
1010
</p>
1111

12-
<img src="{{ site.baseurl }}img/ptheywood-mugshot-2025-360.jpg" />
12+
<img class="mugshot" src="{{ site.baseurl }}img/ptheywood-mugshot-2025-360.jpg" />
1313
</section>

0 commit comments

Comments
 (0)