mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
12 lines
242 B
CSS
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 */
|
|
}
|