mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Fix Custom CSS - Width of text rendered
This commit is contained in:
parent
91df000ca8
commit
1bfd50cad9
11
assets/ananke/css/custom.css
Normal file
11
assets/ananke/css/custom.css
Normal file
@ -0,0 +1,11 @@
|
||||
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 */
|
||||
}
|
@ -1,3 +1,7 @@
|
||||
module:
|
||||
hugoVersion:
|
||||
min: "0.84.0"
|
||||
params:
|
||||
custom_css:
|
||||
- custom.css
|
||||
text_color: black
|
||||
|
Loading…
x
Reference in New Issue
Block a user