Skip to content

Commit

Permalink
fix: homepage layout
Browse files Browse the repository at this point in the history
  • Loading branch information
crewalsh committed Nov 14, 2024
1 parent eef11af commit cb00760
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
---
<link rel="stylesheet" href="{{ '/assets/css/custom.css' | relative_url }}">

<div class="page-wrap">

<div>

<h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-page-logo">Section on Functional Imaging Methods</h2>
Expand Down Expand Up @@ -67,7 +69,6 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-

</div>
</div>

</div>

<div class="icon-holder">
Expand Down Expand Up @@ -99,6 +100,8 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-

</div>

<div>

<h2>Recent Publications</h2>

{% assign sorted_publications = site.publications | sort:'date' | reverse %}
Expand Down Expand Up @@ -161,6 +164,7 @@ <h3>Related NIMH Groups</h3>
<a href="https://afni.nimh.nih.gov/">AFNI</a>
</div>
</div>
</div>


</div>
</div>
6 changes: 6 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ gap:20px;
text-align:center;
}

.page-wrap{
width: 100%;
display:flex;
flex-direction:column;
}

.outer-pillar{
width: 100%;
display: flex;
Expand Down

0 comments on commit cb00760

Please sign in to comment.