Update web/static/app.css

This commit is contained in:
Joshua Laymon 2025-08-18 22:35:04 +00:00
parent 4fcc9a8e12
commit 7b5f79a194

View File

@ -442,3 +442,16 @@ body, .lead-text, .page, .card, .search-input, .input-hero, .textarea-hero,
justify-content: flex-start; /* force chevron to stay left */ justify-content: flex-start; /* force chevron to stay left */
gap: 8px; /* spacing between text and chevron */ gap: 8px; /* spacing between text and chevron */
} }
/* Match left/right padding and alignment like other cards */
.iotd-title{
display:inline-flex;
align-items:center;
gap:8px;
padding:10px 16px; /* same as history-title */
margin:0;
}
/* Inner content padding so the paragraph/button align with the title text */
.iotd-panel{
padding:12px 16px; /* same gutter as other panels */
}