Skip to content

Commit 42fc1fa

Browse files
committed
added link to repronim logo on fellows page
1 parent 36db163 commit 42fc1fa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ div.flanked-header img {
378378
padding-top: 0;
379379
}
380380

381-
div.flanked-header :first-child img {
381+
div.flanked-header :first-child a img {
382382
float: right;
383383
}
384384

385-
div.flanked-header :last-child img {
385+
div.flanked-header :last-child a img {
386386
float: left;
387387
}

fellowship.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ <h1 class="logo"><a href="index.html">ReproNim</a></h1>
6262
<div class="row">
6363
<div class="col-md-12 flanked-header">
6464
<div class="col-sm-4">
65-
66-
<img src="images/logo-square-128.png" alt="ReproNim logo">
65+
<a href="https://www.repronim.org"><img src="images/logo-square-128.png" alt="ReproNim logo"></a>
6766
</div>
6867
<div class="col-sm-4">
6968
<h1 class="main-page-header">Fellowship</h1>

0 commit comments

Comments
 (0)