Skip to content

Commit

Permalink
Merge pull request #1106 from utelecon/202406-content-flex-grow
Browse files Browse the repository at this point in the history
add flex-grow to #content
  • Loading branch information
jtamatsukuri authored Jul 22, 2024
2 parents 4d13757 + 636f35c commit e9eda9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ const resolvedBreadcrumb =
#content {
/* so that the content does not overflow the viewport */
min-width: 0;
flex-grow: 1;
}
}
@media screen and (max-width: calc(768px + $toc-width + $article-gap)) {
Expand Down

0 comments on commit e9eda9f

Please sign in to comment.