General theme changes & Fixing warnings

This commit is contained in:
2025-07-04 00:19:58 -04:00
Unverified
parent 00f5426764
commit af74689d84
11 changed files with 93 additions and 38 deletions

View File

@@ -14,6 +14,15 @@
box-shadow: var(--shadow-l1);
overflow: hidden;
@media (max-width:768px) {
border-radius: unset;
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
max-width: none;
}
.article-header {
.article-image {
img {