aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/stylesheet.css26
1 files changed, 4 insertions, 22 deletions
diff --git a/css/stylesheet.css b/css/stylesheet.css
index 318850a..54e6ce4 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -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;