diff --git a/index.html b/index.html
index 7713fb4..4d0c8c0 100644
--- a/index.html
+++ b/index.html
@@ -180,7 +180,9 @@
diff --git a/style.css b/style.css
index 4d59bd3..eb6541a 100644
--- a/style.css
+++ b/style.css
@@ -300,12 +300,17 @@ footer {
flex-direction: row;
justify-content: center;
margin-bottom: 2rem;
+ font-size: 16px;
}
-footer > a, footer > p {
+footer > a, footer > p, footer > p > a {
color: var(--header);
font-size: 16px;
}
+
+footer > a {
+ margin-top: 20px;
+}
/* -- end of usual css things -- */
/* -- styling the rest of the elements/custom stuff -- */
@@ -569,11 +574,24 @@ footer > .dot {
margin-bottom: 20px;
}
- .fedi, .messaging, .platforms, .misc, .shitcord, .warning {
+ .fedi, .messaging, .platforms, .misc, .warning {
flex-direction: column;
}
- .dot2:not(:nth-child(1)) {
+ .fedi > .dot, .messaging > .dot, .platforms > .dot, .misc > .dot {
+ display: none;
+ }
+
+ footer {
+ flex-direction: column;
+ text-align: center;
+ }
+
+ footer > p, footer > a, footer > p > a {
+ margin-top: 5px;
+ }
+
+ footer > .dot {
display: none;
}
}