More CSS fixes
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m12s

This commit is contained in:
Atridad Lahiji 2025-03-31 03:57:59 -06:00
parent 9bc4df5d18
commit 88aa5b27d7
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

15
public/css/styles.css vendored
View file

@ -805,18 +805,12 @@ section.card-grid {
8. POST PAGE
========================================*/
/* Post page specific layout - matches screenshot 2 */
main.container {
display: block;
width: 100%;
max-width: 90vw;
padding-left: 1rem;
padding-right: 1rem;
}
main.container article {
display: block;
width: 100%;
max-width: 700px; /* Limit width for post content */
margin-left: auto; /* Center the article */
margin-right: auto; /* Center the article */
line-height: 1.6;
text-align: left;
}
@ -1115,10 +1109,11 @@ input[type="file"]::-webkit-file-upload-button:hover {
text-decoration: none;
}
/* Standard container for tool pages */
/* Standard container for pages */
main.container {
max-width: 90vw;
padding: 2rem 1rem;
width: 100%;
}
/* Error message styling */