2024-01-09 09:06:38 +05:30

12 lines
242 B
CSS

p {
text-align: left !important;
}
body {
max-width: none; /* Removes the maximum width constraint */
}
article {
max-width: 100%; /* Use the full width of the parent container */
margin: 0 auto; /* Center the content if needed */
}