This commit is contained in:
parent
9f2cdb88eb
commit
2ce371ea67
|
@ -1,6 +1,5 @@
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Emoji:wght@300..700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Emoji:wght@300..700&display=swap");
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
|
@ -19,6 +18,7 @@ a {
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
"details skills"
|
"details skills"
|
||||||
"details donations"
|
"details donations"
|
||||||
|
"webrings webrings"
|
||||||
"status binkies"
|
"status binkies"
|
||||||
"stickers blog";
|
"stickers blog";
|
||||||
grid-gap: 5px;
|
grid-gap: 5px;
|
||||||
|
@ -43,7 +43,7 @@ a {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.giscus-outer {
|
.giscus-outer {
|
||||||
max-height:20vh;
|
max-height: 20vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.e-mail {
|
.e-mail {
|
||||||
|
@ -98,11 +98,18 @@ h6 {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
.webrings {
|
||||||
|
grid-area: webrings;
|
||||||
|
}
|
||||||
.blog {
|
.blog {
|
||||||
grid-area: blog;
|
grid-area: blog;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
webring-container {
|
||||||
|
width: unset !important;
|
||||||
|
height: unset !important;
|
||||||
|
}
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.order {
|
.order {
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
|
@ -110,6 +117,7 @@ h6 {
|
||||||
"status"
|
"status"
|
||||||
"skills "
|
"skills "
|
||||||
"donations "
|
"donations "
|
||||||
|
"webrings"
|
||||||
"blog "
|
"blog "
|
||||||
"blog "
|
"blog "
|
||||||
"binkies"
|
"binkies"
|
||||||
|
@ -127,7 +135,7 @@ h6 {
|
||||||
max-height: unset;
|
max-height: unset;
|
||||||
}
|
}
|
||||||
.giscus-outer {
|
.giscus-outer {
|
||||||
max-height:unset;
|
max-height: unset;
|
||||||
}
|
}
|
||||||
#oneko {
|
#oneko {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -108,7 +108,15 @@ __TEMPLATE_HEAD__
|
||||||
<a href="https://github.com/NotNite/eightyeightthirtyone" class="hasBadge"><img src="https://eightyeightthirty.one/88x31.png"
|
<a href="https://github.com/NotNite/eightyeightthirtyone" class="hasBadge"><img src="https://eightyeightthirty.one/88x31.png"
|
||||||
alt="eightyeightthirty.one"></a>
|
alt="eightyeightthirty.one"></a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="paper webrings">
|
||||||
|
<webring-container>
|
||||||
|
<config key="type" value="noir"></config>
|
||||||
|
<config key="font" value="Overused Grotesk, Arial, sans-serif"></config>
|
||||||
|
<config key="fill" value="false"></config>
|
||||||
|
|
||||||
|
<script src="https://palette.nekoweb.org/webring.js"></script>
|
||||||
|
</webring-container>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue