summaryrefslogtreecommitdiff
path: root/assets/css/index.page.css
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2026-07-25 11:42:01 +0200
committerdelta <darkussdelta@gmail.com>2026-07-25 11:43:48 +0200
commit95ceed33d3adec472f4a1b5d3517baf645766e44 (patch)
tree94d8779483e49f7afe624a15e9d271e6f8fbe430 /assets/css/index.page.css
parentae36b044f1fc36cd5587b0d3111c2ee72cf0c03f (diff)
site rework!!
Diffstat (limited to 'assets/css/index.page.css')
-rw-r--r--assets/css/index.page.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/index.page.css b/assets/css/index.page.css
new file mode 100644
index 0000000..bf7091b
--- /dev/null
+++ b/assets/css/index.page.css
@@ -0,0 +1,15 @@
+main > div {
+ min-height: 100%;
+ display: flex;
+ flex-direction: column;
+}
+
+main > div > div:first-child {
+ flex-grow: 1;
+}
+
+.webring {
+ display: flex;
+ gap: var(--padding);
+ justify-content: center;
+}