center footer
This commit is contained in:
parent
52fca1e926
commit
dbb479876c
1 changed files with 4 additions and 22 deletions
|
@ -48,6 +48,10 @@ a:hover {
|
||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.cssa-webring-container {
|
.cssa-webring-container {
|
||||||
all: unset;
|
all: unset;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -77,28 +81,6 @@ a:hover {
|
||||||
margin-inline-start: 1ch;
|
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) {
|
@media screen and (max-width: 700px) {
|
||||||
.topnav a {
|
.topnav a {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue