added 3DS USB-C mod to small projects page

This commit is contained in:
2026-02-26 20:00:52 +01:00
parent ec9b4cdb1a
commit 9a51c314b0
9 changed files with 55 additions and 30 deletions

View File

@@ -296,7 +296,6 @@
}
img, video {
width: var(--media-width);
margin-left: auto;
margin-right: auto;
display: flex;
@@ -304,6 +303,19 @@
object-fit: contain;
}
img {
width: var(--media-width);
}
video {
max-width: var(--media-width);
margin-top: 12px;
margin-bottom: 12px;
/* padding: 8px;
backdrop-filter: blur(var(--blur-radius-background));
border: var(--border-dash-size) var(--border-style) var(--color-highlight); */
}
.horizontally-centre-aligned {
width: var(--media-width);
display: flex;
@@ -433,30 +445,5 @@
font-family: var(--font-sans-serif);
padding: 4px;
}
@media screen and (max-width: 800px) {
/* h1 {
font-size: 2.3rem;
line-height: 2.4rem;
}
h2 {
font-size: 1.8rem;
line-height: 1.8rem;
}
h3 {
font-size: 1.6rem;
line-height: 1.6rem;
}
h4, h5, h6 {
font-size: 1.4rem;
line-height: 1.4rem;
} */
/* p, span, li, pre, a {
} */
}
}
</style>