diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html
index 299a193..50153e0 100644
--- a/kjvstudy_org/templates/base.html
+++ b/kjvstudy_org/templates/base.html
@@ -117,15 +117,15 @@
position: fixed;
top: 2rem;
left: 2rem;
- width: 280px;
+ width: 220px;
max-height: calc(100vh - 4rem);
overflow-y: auto;
background: linear-gradient(to bottom, #fafafa 0%, #f8f8f8 100%);
border: 1px solid #ddd;
border-radius: 2px;
- padding: 1.5rem;
- font-size: 0.85rem;
- line-height: 1.6;
+ padding: 1.25rem;
+ font-size: 0.8rem;
+ line-height: 1.5;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
z-index: 100;
}
@@ -228,7 +228,7 @@
/* Adjust article position when sidebar is present */
@media (min-width: 1201px) {
article {
- margin-left: 340px;
+ margin-left: 280px;
}
}