center footer

This commit is contained in:
Jacob Janzen 2024-12-31 12:40:00 -06:00
parent 52fca1e926
commit dbb479876c

View file

@ -48,6 +48,10 @@ a:hover {
padding: 10px 10px;
}
footer {
text-align: center;
}
.cssa-webring-container {
all: unset;
display: flex;
@ -77,28 +81,6 @@ a:hover {
margin-inline-start: 1ch;
}
.footer {
width: 700px;
bottom: 0;
margin-top: auto;
display: grid;
}
.footer-top {
width: 700px;
text-align: center;
z-index: 2;
display: flex;
justify-content: space-between;
}
.footer-bottom {
z-index: 1;
display: flex;
justify-content: center;
text-align: center;
}
@media screen and (max-width: 700px) {
.topnav a {
float: none;