diff --git a/website/assets/style.css b/website/assets/style.css index f0eb73e..ac41f68 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -1,6 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Emoji:wght@300..700&display=swap"); - body { font-family: "Inter", sans-serif; font-optical-sizing: auto; @@ -19,6 +18,7 @@ a { grid-template-areas: "details skills" "details donations" + "webrings webrings" "status binkies" "stickers blog"; grid-gap: 5px; @@ -43,7 +43,7 @@ a { overflow: auto; } .giscus-outer { - max-height:20vh; + max-height: 20vh; } .e-mail { @@ -98,11 +98,18 @@ h6 { align-items: center; justify-content: center; } +.webrings { + grid-area: webrings; +} .blog { grid-area: blog; max-height: 75vh; } +webring-container { + width: unset !important; + height: unset !important; +} @media only screen and (max-width: 600px) { .order { grid-template-areas: @@ -110,6 +117,7 @@ h6 { "status" "skills " "donations " + "webrings" "blog " "blog " "binkies" @@ -127,9 +135,9 @@ h6 { max-height: unset; } .giscus-outer { - max-height:unset; + max-height: unset; } #oneko { display: none; } -} \ No newline at end of file +} diff --git a/website/index.html b/website/index.html index c9dd148..9f62bc6 100644 --- a/website/index.html +++ b/website/index.html @@ -108,7 +108,15 @@ __TEMPLATE_HEAD__ eightyeightthirty.one - +
+ + + + + + + +