This commit is contained in:
parent
9bc4df5d18
commit
88aa5b27d7
1 changed files with 5 additions and 10 deletions
15
public/css/styles.css
vendored
15
public/css/styles.css
vendored
|
@ -805,18 +805,12 @@ section.card-grid {
|
||||||
8. POST PAGE
|
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 {
|
main.container article {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
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;
|
line-height: 1.6;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
@ -1115,10 +1109,11 @@ input[type="file"]::-webkit-file-upload-button:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Standard container for tool pages */
|
/* Standard container for pages */
|
||||||
main.container {
|
main.container {
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
padding: 2rem 1rem;
|
padding: 2rem 1rem;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Error message styling */
|
/* Error message styling */
|
||||||
|
|
Loading…
Add table
Reference in a new issue