refactor: cleanup stylesheet (#1286)

* refactor: cleanup stylesheet

* Update assets/scss/partials/article.scss
This commit is contained in:
Jimmy
2026-03-05 10:40:13 +01:00
committed by GitHub
parent 3dae60ac7a
commit 88468ad84e
8 changed files with 18 additions and 37 deletions
+2 -4
View File
@@ -16,7 +16,7 @@
margin: 0 auto;
background: var(--card-background);
border-radius: var(--card-border-radius);
box-shadow: var(--shadow-l3);
box-shadow: var(--shadow-l2);
padding: var(--card-padding);
display: flex;
flex-direction: column;
@@ -70,7 +70,6 @@
}
@include respond(md) {
width: auto;
margin-left: auto;
align-self: center;
}
@@ -186,8 +185,7 @@
// Comments placeholder when consent not given
.consent-placeholder {
background: var(--card-background);
border-radius: var(--card-border-radius);
@include card-style;
padding: var(--card-padding);
text-align: center;
color: var(--card-text-color-secondary);