Skip to content

Commit

Permalink
fix: try to adjust formatting of pillar-div
Browse files Browse the repository at this point in the history
  • Loading branch information
crewalsh committed Nov 14, 2024
1 parent cb00760 commit 02911fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 6 additions & 4 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-
<div>
<div class="outer-pillar">
<div class="pillar-div">
<b> Paradigm Design and Processing Methodology </b>
<b> <center>Paradigm Design and Processing Methodology</center> </b>
<ul>
<li>Separate noise from signal</li>
<li>Allow precise comparisons across sessions, subjects, populations and scanners</li>
Expand All @@ -33,7 +33,7 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-

</div>
<div class="pillar-div">
<b>Basic Research and Clinical Applications</b>
<b><center>Basic Research and Clinical Applications</center></b>
<ul>
<li>Biomarker development</li>
<li>Targets for neuromodulation</li>
Expand All @@ -46,7 +46,7 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-
</div>
<div class="outer-pillar">
<div class="pillar-div">
<b>MRI Pulse Sequences and Hardware</b>
<b><center>MRI Pulse Sequences and Hardware</center></b>
<ul>
<li>Speed</li>
<li>Resolution</li>
Expand All @@ -60,7 +60,7 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-

</div>
<div class="pillar-div">
<b>Interpretation of Contrast Mechanisms and Physiology</b>
<b><center> Interpretation of Contrast Mechanisms and Physiology</center></b>
<ul>
<li>Identity salient temporal and spatial structure</li>
<li>Relate signal to neuronal activity and metabolism</li>
Expand All @@ -71,6 +71,8 @@ <h2 style="font-size:1.5em"><img src="/assets/icons/SFIM_logo.png" class="front-
</div>
</div>

<br><br>

<div class="icon-holder">

<div class="front-page-icon">
Expand Down
7 changes: 6 additions & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,10 @@ gap:20px;
margin: 5%;
outline: 2px solid black;
position: relative;
float: left
float: left;
font-size: smaller;
}

#pillar-div li{
margin: -1px;
}

0 comments on commit 02911fe

Please sign in to comment.