diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 635ae07..f35799c 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -137,9 +137,10 @@
-
+
+
+
+
to be expanded!
+
my own 88x31 button is in the making. ETA: ???
@@ -184,31 +182,14 @@
grid-template-columns: 3fr 1fr;
}
- .split-container {
- width: 100%;
- display: flex;
- flex-direction: row;
- gap: 8px;
- margin: 16px 0;
- }
-
- @media screen and (max-width: 900px) {
- .split-container {
- flex-direction: column;
- gap: 8px;
- }
- }
-
.button-container {
flex: 2;
}
- .button-subcontainer {
+ .button-container {
display: flex;
flex-wrap: wrap;
gap: 8px;
- justify-content: center;
- align-content: center;
}
.webring {