final prerelease
This commit is contained in:
parent
d75fd91634
commit
6b1b3ab6f3
10 changed files with 1254 additions and 1102 deletions
src
assets/servant
components/cards
layouts
BIN
src/assets/servant/koyanlight_02.png
Normal file
BIN
src/assets/servant/koyanlight_02.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 122 KiB |
BIN
src/assets/servant/liz_02.png
Normal file
BIN
src/assets/servant/liz_02.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 120 KiB |
BIN
src/assets/servant/summerskadi_02.png
Normal file
BIN
src/assets/servant/summerskadi_02.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 86 KiB |
|
@ -53,7 +53,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
background-color: var(--c-darkergray);
|
||||
border-color: var(--c-darkgray);
|
||||
padding: 0em 0.75em;
|
||||
width: 40%;
|
||||
width: max(40%, 200px);
|
||||
height: auto;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -67,7 +67,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
|
||||
img {
|
||||
padding: 0px 0.25em;
|
||||
width: 90%;
|
||||
width: min(90%, 200px);
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -74,7 +74,7 @@ if (bond10 === false) {
|
|||
background-color: var(--c-darkergray);
|
||||
border-color: var(--c-darkgray);
|
||||
padding: 0em 0.75em 0.5rem 0.75em;
|
||||
width: 40%;
|
||||
width: max(40%, 100px);
|
||||
height: auto;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -84,8 +84,8 @@ if (bond10 === false) {
|
|||
}
|
||||
|
||||
article > img {
|
||||
width: 7.5rem;
|
||||
height: 7.5rem;
|
||||
width: 90%;
|
||||
height: auto;
|
||||
border-radius: 2.5rem;
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
|
|
@ -68,6 +68,8 @@ const mapped_navdata = navdata.map((item) => ({
|
|||
name="google-site-verification"
|
||||
content="SmcWcewh7DCANcLeTe3ntU0R-LESbo_bsolICJnmulE"
|
||||
/>
|
||||
<!-- Disable DarkReader, as site is already in dark mode -->
|
||||
<meta name="darkreader-lock" content="this site only has darkmode">
|
||||
<!-- Links -->
|
||||
<link rel="icon" type="image/ico" href="/favicon.ico" />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue