Stack footer on mobile
parent
662f4032a4
commit
01f97682a1
|
@ -97,6 +97,10 @@ footer {
|
||||||
margin: 2em;
|
margin: 2em;
|
||||||
color: var(--text-1);
|
color: var(--text-1);
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 500px) {
|
||||||
|
footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
#site-info {
|
#site-info {
|
||||||
|
@ -106,6 +110,7 @@ footer {
|
||||||
#copyright {
|
#copyright {
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Post list
|
// Post list
|
||||||
|
|
|
@ -3,14 +3,14 @@
|
||||||
<p id="powered-by">
|
<p id="powered-by">
|
||||||
powered by <a href="https://getzola.org" target="_blank" rel="noopener noreferral">zola</a> + <a href="https://github.com/not-matthias/apollo" target="_blank" rel="noopener noreferral">apollo</a>
|
powered by <a href="https://getzola.org" target="_blank" rel="noopener noreferral">zola</a> + <a href="https://github.com/not-matthias/apollo" target="_blank" rel="noopener noreferral">apollo</a>
|
||||||
and
|
and
|
||||||
<a href="https://nixos.org" target="_blank" rel="noopener noreferral">nix</a>.
|
<a href="https://nixos.org" target="_blank" rel="noopener noreferral">nix</a>
|
||||||
</p>
|
</p>
|
||||||
<p id="privacy-note">
|
<p id="privacy-note">
|
||||||
<a href="/privacy">privacy notice</a>.
|
<a href="/privacy">privacy notice</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<p id="copyright">
|
<p id="copyright">
|
||||||
© 2022-2023 mat ess.
|
© 2022-2023 mat ess
|
||||||
</p>
|
</p>
|
||||||
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js" crossorigin integrity="sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc="></script>
|
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js" crossorigin integrity="sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc="></script>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Reference in New Issue