More CSS fixes

This commit is contained in:
2025-03-31 03:57:59 -06:00
parent 9bc4df5d18
commit 88aa5b27d7

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 */