Fixed bug with content overflow
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s
All checks were successful
Generate and upload hugo website / generate_and_upload_site (push) Successful in 23s
This commit is contained in:
parent
5c5bacbc82
commit
0fcc78129a
@ -41,6 +41,10 @@ body {
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#article {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user