Fixed bug with content overflow
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s

This commit is contained in:
Henry V Child 2025-04-14 06:39:29 +02:00
parent 5c5bacbc82
commit 0fcc78129a

View File

@ -41,6 +41,10 @@ body {
margin-bottom: 15px; margin-bottom: 15px;
} }
#article {
flex: 1;
}
main { main {
flex-grow: 1; flex-grow: 1;
} }