Add webring
This commit is contained in:
parent
a689f05c9a
commit
a9f6e32a00
3 changed files with 22 additions and 3 deletions
|
@ -1,4 +1,9 @@
|
||||||
<footer id="foot">
|
<footer id="foot">
|
||||||
|
<div id="webring">
|
||||||
|
<a href="https://fr.wikipedia.org/wiki/Webring">Webring</a> du manger :
|
||||||
|
<a href="https://miam.twal.org/">site précédent [TWal]</a> |
|
||||||
|
<a href="https://desfontain.es/Recettes/index.html">site suivant [Ted]</a>
|
||||||
|
</div>
|
||||||
<div id="footer-legal">
|
<div id="footer-legal">
|
||||||
Site sous license libre
|
Site sous license libre
|
||||||
<a href="{{ $.Site.Params.siteLicenseURL }}">
|
<a href="{{ $.Site.Params.siteLicenseURL }}">
|
||||||
|
|
|
@ -185,13 +185,21 @@ body {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
flex-direction: column;
|
||||||
|
@media (min-width: $width_med) {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
margin: 10px 20px;
|
margin: 10px 20px;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
margin: 5px 15px;
|
||||||
|
@media (min-width: $width_med) {
|
||||||
margin: 0 15px;
|
margin: 0 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a, a:visited {
|
a, a:visited {
|
||||||
color: $link_color;
|
color: $link_color;
|
||||||
|
|
|
@ -132,11 +132,17 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
margin: 10px 20px;
|
margin: 10px 20px;
|
||||||
margin-top: auto; }
|
margin-top: auto; }
|
||||||
|
@media (min-width: 650px) {
|
||||||
|
#foot {
|
||||||
|
flex-direction: row; } }
|
||||||
#foot > div {
|
#foot > div {
|
||||||
margin: 0 15px; }
|
margin: 5px 15px; }
|
||||||
|
@media (min-width: 650px) {
|
||||||
|
#foot > div {
|
||||||
|
margin: 0 15px; } }
|
||||||
a, a:visited {
|
a, a:visited {
|
||||||
color: #2081c8;
|
color: #2081c8;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
|
Loading…
Reference in a new issue