potential fix for footer?

This commit is contained in:
Emma Tebibyte 2022-09-22 15:53:22 -04:00
parent 183fcd9f9d
commit be5433475d
Signed by: emma
GPG Key ID: 6D661C738815E7DD
4 changed files with 23 additions and 17 deletions

View File

@ -233,7 +233,7 @@
<footer>
<div class="copyleft">
<p>
<a href="https://copyleft.org/">Copyleft</a> &#x1f12f; 2022
<a href="https://copyleft.org/"><p>Copyleft</a> &#x1f12f; 2022
Tebibyte Media
</p>
</div>
@ -243,8 +243,7 @@
???</a> //
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb
</a>
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
// <a href="https://yesterweb.org/webring/members.html">..</a>
</p>

View File

@ -58,9 +58,10 @@ body {
footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 1em;
flex-wrap: wrap;
gap: 1em;
justify-content: space-around;
padding: 0.5em 1em;
}
header {
@ -85,7 +86,7 @@ main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: auto;
gap: 1em;
max-width: 80em;
text-align: justify;
}
@ -140,17 +141,17 @@ footer, nav ul {
}
.column {
flex-basis: 48%;
flex-basis: 49%;
flex-grow: 1;
margin: 0.5em;
}
.copyleft {
padding: 0;
}
.copyleft p {
.copyleft p, .webring p {
margin: 0;
white-space: nowrap;
}
.icon {
@ -169,8 +170,16 @@ footer, nav ul {
text-align: right;
}
.webring {
.webring a {
text-decoration: underline;
}
.webring a:hover {
text-decoration: none;
}
.copyleft, .webring {
margin: auto;
}
#home nav .home > a {

View File

@ -141,7 +141,7 @@
<footer>
<div class="copyleft">
<p>
<a href="https://copyleft.org/">Copyleft</a> &#x1f12f; 2022
<a href="https://copyleft.org/"><p>Copyleft</a> &#x1f12f; 2022
Tebibyte Media
</p>
</div>
@ -151,8 +151,7 @@
???</a> //
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb
</a>
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
// <a href="https://yesterweb.org/webring/members.html">..</a>
</p>

View File

@ -378,7 +378,7 @@
<footer>
<div class="copyleft">
<p>
<a href="https://copyleft.org/">Copyleft</a> &#x1f12f; 2022
<a href="https://copyleft.org/"><p>Copyleft</a> &#x1f12f; 2022
Tebibyte Media
</p>
</div>
@ -388,8 +388,7 @@
???</a> //
<a href="https://webring.yesterweb.org/noJS/index.php?d=prev&url=https://tebibyte.media/"><<</a>
<a href="https://yesterweb.org/webring/">
Yesterweb
</a>
Yesterweb</a>
<a href="https://webring.yesterweb.org/noJS/index.php?d=next&url=https://tebibyte.media/">>></a>
// <a href="https://yesterweb.org/webring/members.html">..</a>
</p>