<div class="site-footer">
- <div class="aknolwledgements">
+ <div class="aknolwledgements footer-columns">
This repository is powered by git, gitolite and gitweb
</div>
- <div class="social-links">
+ <div class="social-links footer-columns">
<ul>
<li>github</li>
<li>twitter</li>
<li>spotify</li>
</ul>
</div>
- <div class="rss-links">
+ <div class="rss-links footer-columns">
<a class="rss" href="https://git.danix.xyz/?a=project_index">RSS</a>
<a class="opml" href="https://git.danix.xyz/?a=opml">OPML</a>
</div>
}
.page_footer_text {
- background-color: var(--accent);
color: var(--fg);
text-align: right;
+ padding-right: 2em;
display: inline;
float: right;
width: calc(100% - 2em);
}
.site-footer {
-
+ display: flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ justify-content: space-around;
+ align-items: stretch;
+ align-content: stretch;
}
+.site-footer .columns {
+ width: 30%;
+ display: block;
+ flex-grow: 0;
+ flex-shrink: 1;
+ flex-basis: auto;
+ align-self: auto;
+ order: 0;
+}
a.rss_logo {
border: 0;
clip: rect(1px, 1px, 1px, 1px);