Skip to content

Commit

Permalink
style update #8
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBartl committed Sep 20, 2022
1 parent 3b8d1e2 commit 6f3c211
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<footer id="social-icons">
{% capture github_img %}<img src="{{ "images/icons/GitHub_512px.png" }}" alt="GitHub logo">{% endcapture %}
{% include reference.html link="https://github.com/mtex-toolbox/mtex" content=github_img no_icon=true %}
{% include reference.html link="https://github.com/mtex-toolbox/mtex" content=github_img no_icon=true class="footer-gh-icon" %}

{% capture researchgate_img %}<img src="{{ "images/icons/ResearchGate_256px.png" }}" alt="ResearchGate logo">{% endcapture %}
{% include reference.html link="https://www.researchgate.net/project/MTEX-free-crystallographic-texture-analysis-software" content=researchgate_img no_icon=true %}
{% include reference.html link="https://www.researchgate.net/project/MTEX-free-crystallographic-texture-analysis-software" content=researchgate_img no_icon=true class="footer-rg-icon" %}

<img src="{{ "images/icons/MTEX_100x67px.png" }}" alt="MTEX logo">
<img src="{{ "images/icons/MTEX_100x67px.png" }}" alt="MTEX logo" class="footer-mtex-icon">
</footer>
7 changes: 4 additions & 3 deletions css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1227,8 +1227,9 @@ abbr[title]:after { content: "\f129"; } /* info */
display: inline-block;
text-align: right;
}
#social-icons img {
#social-icons img:not(.footer-mtex-icon) {
margin-left: 1em;
border-radius: 25px;
}

/* -------------------------- */
Expand Down Expand Up @@ -1256,5 +1257,5 @@ a.no_icon:after {
}

/* footer social-icons */
#social-icons a img { height: 3em; }
#social-icons img { height: 4em; }
#social-icons img { height: 2em; }
#social-icons img.footer-mtex-icon { height: 4em; }

0 comments on commit 6f3c211

Please sign in to comment.