styles: tighten sane article presentation

This commit is contained in:
2026-03-29 02:26:41 +00:00
parent 5c9c6a61ee
commit d5f1ac94c6
+4 -7
View File
@@ -19,8 +19,8 @@
left: -10rem;
top: 2rem;
width: 28rem;
height: 28px;
background-image: linear-gradient(to right, transparent 0%, #7ba9ef 100%);
height: 42px;
background-image: linear-gradient(to right, transparent 0%, #319097 100%);
z-index: -1;
transform: rotate(-30deg);
border-radius: 5px;
@@ -40,12 +40,9 @@
}
.center article {
font-size: 1.05rem;
font-size: 0.93rem;
text-align: justify;
p {
hyphens: none;
}
hyphens: none;
}
.floating-image {