Expand study lesson and community pages to use more horizontal space, reduce scrolling

This commit is contained in:
nmemmert
2026-05-21 16:09:42 -04:00
parent b079eb5386
commit c1fcf66ef8
+3 -3
View File
@@ -2395,9 +2395,9 @@
.resource-link-tags {
margin-top: 0.15rem;
color: rgba(201, 168, 76, 0.9);
color: var(--brand-gold);
font-size: 0.88rem;
letter-spacing: 0.03em;
opacity: 0.9;
}
.section-download-library {
@@ -4869,7 +4869,7 @@
resize: vertical;
}
.admin-question-editor textarea:focus {
.admin-question-editor:focus {
outline: none;
border-color: var(--brand-gold);
}