More CSS fixes
This commit is contained in:
15
public/css/styles.css
vendored
15
public/css/styles.css
vendored
@ -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 */
|
||||
|
Reference in New Issue
Block a user